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
File last commit:
Show/Diff file:
Action:
app/views/main/login.html.haml | 12 lines | 406 B | text/x-haml | HamlLexer |
Jittat Fakcharoenphol
renamed model Configuration to GraderConfiguration, renamed rhtml views to erb, fixed other small errors
r320 %h1= GraderConfiguration['ui.front.title']
jittat
[web] site start/stop supports...
r123
Jittat Fakcharoenphol
uses 2 columns on login page
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'