Show More
Commit Description:
add ip to front page, also fix seeds.rb
Commit Description:
add ip to front page, also fix seeds.rb
References:
File last commit:
Show/Diff file:
Action:
app/views/main/login.html.haml | 12 lines | 394 B | text/x-haml | HamlLexer |
%h1= GraderConfiguration['ui.front.title']
.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'
= "current ip is #{@remote_ip}"