Show More
Commit Description:
wip
Commit Description:
wip
File last commit:
Show/Diff file:
Action:
app/views/main/login.html.haml | 13 lines | 421 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
change login box...
r679 .row
.col-md-6
wip
r873 .card
.card-header
Announcement
= link_to 'Manage', announcements_path, class: 'btn btn-secondary btn-sm'
%ul.list-group.list-group-flush
change login box...
r679 = render :partial => 'announcement', :collection => @announcements
.col-md-4{style: "padding-left: 20px;"}
= render :partial => 'login_box'
add ip to front page, also fix seeds.rb
r783 = "current ip is #{@remote_ip}"