Mercurial > hg > soundsoftware-site
comparison app/views/wikis/.svn/text-base/destroy.rhtml.svn-base @ 0:513646585e45
* Import Redmine trunk SVN rev 3859
author | Chris Cannam |
---|---|
date | Fri, 23 Jul 2010 15:52:44 +0100 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:513646585e45 |
---|---|
1 <h2><%=l(:label_confirmation)%></h2> | |
2 | |
3 <div class="box"><center> | |
4 <p><strong><%= @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> |