From c237bcd5049c70f95ba267f9df46fbbb865d92f1 Mon Sep 17 00:00:00 2001 From: Jean-Philippe Lang Date: Sat, 10 Jun 2017 23:53:06 +0000 Subject: [PATCH] Clean up wiki destroy confirmation message. git-svn-id: http://svn.redmine.org/redmine/trunk@16660 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- app/views/wikis/destroy.html.erb | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/app/views/wikis/destroy.html.erb b/app/views/wikis/destroy.html.erb index af7dc6c67..5afb676b2 100644 --- a/app/views/wikis/destroy.html.erb +++ b/app/views/wikis/destroy.html.erb @@ -1,10 +1,11 @@

<%=l(:label_confirmation)%>

-
-

<%= @project.name %>
<%=l(:text_wiki_destroy_confirmation)%>

+
+

<%= @project.name %>
<%=l(:text_wiki_destroy_confirmation)%>

+
<%= 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 %> -
-- 2.39.5