diff --git a/app/views/contests/show.html.erb b/app/views/contests/show.html.erb deleted file mode 100644 --- a/app/views/contests/show.html.erb +++ /dev/null @@ -1,14 +0,0 @@ -

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

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

- Enabled: - <%=h @contest.enabled %> -

- - -<%= link_to 'Edit', edit_contest_path(@contest) %> | -<%= link_to 'Back', contests_path %>