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

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' %>