mirror of
https://github.com/meineerde/redmine.git
synced 2025-12-19 23:11:12 +00:00
Clean up wiki destroy confirmation message.
git-svn-id: http://svn.redmine.org/redmine/trunk@16660 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
261292445f
commit
c237bcd504
@ -1,10 +1,11 @@
|
||||
<h2><%=l(:label_confirmation)%></h2>
|
||||
|
||||
<div class="box"><center>
|
||||
<p><strong><%= @project.name %></strong><br /><%=l(:text_wiki_destroy_confirmation)%></p>
|
||||
<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) %>
|
||||
<%= hidden_field_tag "confirm", 1 %>
|
||||
<%= submit_tag l(:button_delete) %>
|
||||
<%= link_to l(:button_cancel), settings_project_path(@project, :tab => 'wiki') %>
|
||||
<% end %>
|
||||
</center></div>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user