Add a "Cancel" button to the "Delete" project page when deleting a project (#2795).
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@11662 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
067aebab76
commit
064bb49b55
|
@ -12,6 +12,7 @@
|
|||
<%= form_tag(project_path(@project_to_destroy), :method => :delete) do %>
|
||||
<label><%= check_box_tag 'confirm', 1 %> <%= l(:general_text_Yes) %></label>
|
||||
<%= submit_tag l(:button_delete) %>
|
||||
<%= link_to l(:button_cancel), :controller => 'admin', :action => 'projects' %>
|
||||
<% end %>
|
||||
</p>
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue