summaryrefslogtreecommitdiffstats
path: root/app/views/wikis/destroy.rhtml
blob: b5b1de114864f7c1d607047feb9562a0934c4dd6 (plain)
1
2
3
4
5
6
7
8
9
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>