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

Editing contest

- -<%= form_for(@contest) do |f| %> - <%= f.error_messages %> - - - - - - - - - - - - - - -
<%= f.label :name %><%= f.text_field :name %>
<%= f.label :title %><%= f.text_field :title %>
- <%= f.check_box :enabled %> - <%= f.label :enabled %> -
-

- <%= f.submit 'Update' %> -

-<% end %> - -<%= link_to 'Show', @contest %> | -<%= link_to 'Back', contests_path %>