diff options
Diffstat (limited to 'app/views/projects/destroy.rhtml')
-rw-r--r-- | app/views/projects/destroy.rhtml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/projects/destroy.rhtml b/app/views/projects/destroy.rhtml index d11705be4..22b27e317 100644 --- a/app/views/projects/destroy.rhtml +++ b/app/views/projects/destroy.rhtml @@ -5,10 +5,10 @@ <%=l(:text_project_destroy_confirmation)%></p>
<p>
- <%= start_form_tag({:controller => 'projects', :action => 'destroy', :id => @project}) %>
+ <% form_tag({:controller => 'projects', :action => 'destroy', :id => @project}) do %>
<%= hidden_field_tag "confirm", 1 %>
<%= submit_tag l(:button_delete) %>
- <%= end_form_tag %>
+ <% end %>
</p>
</center>
</div>
\ No newline at end of file |