diff --git a/app/views/problems/edit.rhtml b/app/views/problems/edit.rhtml --- a/app/views/problems/edit.rhtml +++ b/app/views/problems/edit.rhtml @@ -1,6 +1,6 @@

Editing problem

-<% form_tag :action => 'update', :id => @problem do %> +<%= form_tag :action => 'update', :id => @problem do %> <%= render :partial => 'form' %> <%= submit_tag 'Edit' %> <% end %>