##// END OF EJS Templates
Lists can be reordered with drag and drop (#12909)....
Lists can be reordered with drag and drop (#12909). git-svn-id: http://svn.redmine.org/redmine/trunk@15336 e93f8b46-1217-0410-a6f0-8f06a7374b81

File last commit:

r13661:b778c51e9049
r14954:42b5c332b2c2
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>