Show More
Commit Description:
wip
Commit Description:
wip
File last commit:
Show/Diff file:
Action:
app/views/main/login.html.haml | 13 lines | 421 B | text/x-haml | HamlLexer |
%h1= GraderConfiguration['ui.front.title']
.row
.col-md-6
.card
.card-header
Announcement
= link_to 'Manage', announcements_path, class: 'btn btn-secondary btn-sm'
%ul.list-group.list-group-flush
= render :partial => 'announcement', :collection => @announcements
.col-md-4{style: "padding-left: 20px;"}
= render :partial => 'login_box'
= "current ip is #{@remote_ip}"