Show More
Commit Description:
fix migration to work with rails 4 and ruby 2.3
Commit Description:
fix migration to work with rails 4 and ruby 2.3
References:
File last commit:
Show/Diff file:
Action:
app/views/main/login.html.haml
| 12 lines
| 406 B
| text/x-haml
| HamlLexer
|
|
r320 | %h1= GraderConfiguration['ui.front.title'] | ||
|
r123 | |||
|
r286 | %table | ||
%tr | ||||
%td | ||||
- if @announcements.length!=0 | ||||
.announcementbox{:style => 'margin-top: 0px'} | ||||
%span{:class => 'title'} | ||||
Announcements | ||||
= render :partial => 'announcement', :collection => @announcements | ||||
%td{:style => 'vertical-align: top; width: 40%; padding-left: 20px;'} | ||||
= render :partial => 'login_box' | ||||