Show More
Commit Description:
merge with algo-bm
Commit Description:
merge with algo-bm
References:
File last commit:
Show/Diff file:
Action:
app/views/main/login.html.haml
| 12 lines
| 394 B
| text/x-haml
| HamlLexer
|
|
r320 | %h1= GraderConfiguration['ui.front.title'] | ||
|
r123 | |||
r679 | .row | |||
.col-md-6 | ||||
- if @announcements.length!=0 | ||||
.announcementbox{:style => 'margin-top: 0px'} | ||||
%span{:class => 'title'} | ||||
Announcements | ||||
= render :partial => 'announcement', :collection => @announcements | ||||
.col-md-4{style: "padding-left: 20px;"} | ||||
= render :partial => 'login_box' | ||||
r783 | = "current ip is #{@remote_ip}" | |||