diff --git a/app/views/contests/show.html.erb b/app/views/contests/show.html.erb --- a/app/views/contests/show.html.erb +++ b/app/views/contests/show.html.erb @@ -1,7 +1,8 @@ -

- Title: - <%=h @contest.title %> -

+

Contest: <%=h @contest.title %>

+ +
+ Go back to: [<%= link_to 'contest management', :controller => 'contest_management', :action => 'index' %>] +

Enabled: @@ -10,4 +11,4 @@ <%= link_to 'Edit', edit_contest_path(@contest) %> | -<%= link_to 'Back', contests_path %> \ No newline at end of file +<%= link_to 'Back', contests_path %>