diff --git a/app/views/contests/new.html.erb b/app/views/contests/new.html.erb deleted file mode 100644 --- a/app/views/contests/new.html.erb +++ /dev/null @@ -1,23 +0,0 @@ -
- <%= f.label :name %>
- <%= f.text_field :name %>
-
- <%= f.label :title %>
- <%= f.text_field :title %>
-
- <%= f.label :enabled %>
- <%= f.check_box :enabled %>
-
- <%= f.submit 'Create' %> -
-<% end %> - -<%= link_to 'Back', contests_path %>