diff --git a/app/views/wikis/destroy.html.erb b/app/views/wikis/destroy.html.erb
index af7dc6c67..5afb676b2 100644
--- a/app/views/wikis/destroy.html.erb
+++ b/app/views/wikis/destroy.html.erb
@@ -1,10 +1,11 @@
<%=l(:label_confirmation)%>
-
-<%= @project.name %>
<%=l(:text_wiki_destroy_confirmation)%>
+
+
<%= @project.name %>
<%=l(:text_wiki_destroy_confirmation)%>
+
<%= form_tag({:controller => 'wikis', :action => 'destroy', :id => @project}) do %>
-<%= hidden_field_tag "confirm", 1 %>
-<%= submit_tag l(:button_delete) %>
+ <%= hidden_field_tag "confirm", 1 %>
+ <%= submit_tag l(:button_delete) %>
+ <%= link_to l(:button_cancel), settings_project_path(@project, :tab => 'wiki') %>
<% end %>
-