Files
Redmine/app/views/wikis/destroy.html.erb
Jean-Philippe Lang 2596653bed Adds a delete link on the wiki index (#26579).
git-svn-id: http://svn.redmine.org/redmine/trunk@16916 e93f8b46-1217-0410-a6f0-8f06a7374b81
2017-07-30 07:45:31 +00:00

13 lines
374 B
Plaintext

<h2><%=l(:label_confirmation)%></h2>
<div class="warning">
<p><strong><%= @project.name %></strong><br /><%=l(:text_wiki_destroy_confirmation)%></p>
</div>
<%= form_tag({:controller => 'wikis', :action => 'destroy', :id => @project}) do %>
<%= hidden_field_tag "confirm", 1 %>
<%= submit_tag l(:button_delete) %>
<%= link_to l(:button_cancel), :back %>
<% end %>