Show More
Commit Description:
submission report
Commit Description:
submission report
File last commit:
Show/Diff file:
Action:
app/views/contests/show.html.haml | 11 lines | 274 B | text/x-haml | HamlLexer |
%h1
Contest: #{h @contest.title}
.infobox
%b Go back to:
[#{link_to 'contest management', :controller => 'contest_management', :action => 'index'}]
%p
%b Enabled:
= h @contest.enabled
= link_to 'Edit', edit_contest_path(@contest)
|
= link_to 'Back', contests_path