diff options
Diffstat (limited to 'app/views/wikis/destroy.rhtml')
-rw-r--r-- | app/views/wikis/destroy.rhtml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/app/views/wikis/destroy.rhtml b/app/views/wikis/destroy.rhtml new file mode 100644 index 000000000..b5b1de114 --- /dev/null +++ b/app/views/wikis/destroy.rhtml @@ -0,0 +1,10 @@ +<h2><%=l(:label_confirmation)%></h2> + +<div class="box"><center> +<p><strong><%= @project.name %></strong><br /><%=l(:text_wiki_destroy_confirmation)%></p> + +<% form_tag({:controller => 'wikis', :action => 'destroy', :id => @project}) do %> +<%= hidden_field_tag "confirm", 1 %> +<%= submit_tag l(:button_delete) %> +<% end %> +</center></div> |