To check out this repository please hg clone the following URL, or open the URL using EasyMercurial or your preferred Mercurial client.

Statistics Download as Zip
| Branch: | Tag: | Revision:

root / app / views / wikis / destroy.html.erb @ 1531:ae8145b28b2b

History | View | Annotate | Download (341 Bytes)

1
<h2><%=l(:label_confirmation)%></h2>
2

    
3
<div class="box"><center>
4
<p><strong><%= h(@project.name) %></strong><br /><%=l(:text_wiki_destroy_confirmation)%></p>
5

    
6
<%= form_tag({:controller => 'wikis', :action => 'destroy', :id => @project}) do %>
7
<%= hidden_field_tag "confirm", 1 %>
8
<%= submit_tag l(:button_delete) %>
9
<% end %>
10
</center></div>