Show More
Commit Description:
fix submission report, when submissions belong no non-existing user
Commit Description:
fix submission report, when submissions belong no non-existing user
References:
File last commit:
Show/Diff file:
Action:
app/views/contests/show.html.erb
| 14 lines
| 334 B
| text/plain
| TextLexer
|
|
r267 | <h1>Contest: <%=h @contest.title %></h1> | ||
<div class="infobox"> | ||||
<b>Go back to:</b> [<%= link_to 'contest management', :controller => 'contest_management', :action => 'index' %>] | ||||
</div> | ||||
|
r266 | |||
<p> | ||||
<b>Enabled:</b> | ||||
<%=h @contest.enabled %> | ||||
</p> | ||||
<%= link_to 'Edit', edit_contest_path(@contest) %> | | ||||
|
r267 | <%= link_to 'Back', contests_path %> | ||