Mercurial > hg > soundsoftware-site
annotate .svn/pristine/78/78242b69018c2703c135b242e9ed92962d346aeb.svn-base @ 1298:4f746d8966dd redmine_2.3_integration
Merge from redmine-2.3 branch to create new branch redmine-2.3-integration
author | Chris Cannam |
---|---|
date | Fri, 14 Jun 2013 09:28:30 +0100 |
parents | 622f24f53b42 |
children |
rev | line source |
---|---|
Chris@1295 | 1 <h2><%=l(:label_confirmation)%></h2> |
Chris@1295 | 2 |
Chris@1295 | 3 <div class="box"><center> |
Chris@1295 | 4 <p><strong><%= h(@project.name) %></strong><br /><%=l(:text_wiki_destroy_confirmation)%></p> |
Chris@1295 | 5 |
Chris@1295 | 6 <%= form_tag({:controller => 'wikis', :action => 'destroy', :id => @project}) do %> |
Chris@1295 | 7 <%= hidden_field_tag "confirm", 1 %> |
Chris@1295 | 8 <%= submit_tag l(:button_delete) %> |
Chris@1295 | 9 <% end %> |
Chris@1295 | 10 </center></div> |