summaryrefslogtreecommitdiffstats
path: root/app/views/projects/destroy.html.erb
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/projects/destroy.html.erb')
-rw-r--r--app/views/projects/destroy.html.erb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/destroy.html.erb b/app/views/projects/destroy.html.erb
index 23844ec67..d4348b040 100644
--- a/app/views/projects/destroy.html.erb
+++ b/app/views/projects/destroy.html.erb
@@ -8,7 +8,7 @@
<% end %>
</p>
<p>
- <% form_tag(project_path(@project_to_destroy), :method => :delete) do %>
+ <%= form_tag(project_path(@project_to_destroy), :method => :delete) do %>
<label><%= check_box_tag 'confirm', 1 %> <%= l(:general_text_Yes) %></label>
<%= submit_tag l(:button_delete) %>
<% end %>