Show More
Commit Description:
Merge pull request #20 from nattee/master...
Commit Description:
Merge pull request #20 from nattee/master feature merge
References:
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