diff --git a/app/views/problems/edit.rhtml b/app/views/problems/edit.rhtml deleted file mode 100644 --- a/app/views/problems/edit.rhtml +++ /dev/null @@ -1,9 +0,0 @@ -

Editing problem

- -<%= form_tag :action => 'update', :id => @problem do %> - <%= render :partial => 'form' %> - <%= submit_tag 'Edit' %> -<% end %> - -<%= link_to 'Show', :action => 'show', :id => @problem %> | -<%= link_to 'Back', :action => 'list' %>