Show More
Commit Description:
update rails version
Commit Description:
update rails version
References:
File last commit:
Show/Diff file:
Action:
app/views/main/login.html.haml | 12 lines | 406 B | text/x-haml | HamlLexer |
%h1= GraderConfiguration['ui.front.title']
%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'