##// END OF EJS Templates
Merged r15490 to r15493, r15496, r15497 (#22951)....
Merged r15490 to r15493, r15496, r15497 (#22951). git-svn-id: http://svn.redmine.org/redmine/branches/3.3-stable@15500 e93f8b46-1217-0410-a6f0-8f06a7374b81

File last commit:

r13661:b778c51e9049
r15118:8516e1c88dfe
Show More
destroy.html.erb
10 lines | 338 B | text/plain | TextLexer
/ app / views / wikis / destroy.html.erb
Jean-Philippe Lang
Added project module concept....
r714 <h2><%=l(:label_confirmation)%></h2>
<div class="box"><center>
Jean-Philippe Lang
Removed unneeded #h calls in views....
r13661 <p><strong><%= @project.name %></strong><br /><%=l(:text_wiki_destroy_confirmation)%></p>
Jean-Philippe Lang
Added project module concept....
r714
Jean-Philippe Lang
Merged rails-3.2 branch....
r9346 <%= form_tag({:controller => 'wikis', :action => 'destroy', :id => @project}) do %>
Jean-Philippe Lang
Added project module concept....
r714 <%= hidden_field_tag "confirm", 1 %>
<%= submit_tag l(:button_delete) %>
<% end %>
</center></div>