Redmine/app/views/wikis/destroy.html.erb
Toshi MARUYAMA 02909c1b8d rename .rhtml to .html.erb of app/views/wikis/destroy.rhtml.
:rhtml and :rxml were finally removed as template handlers at Rails 3.1 RC4.

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@6556 e93f8b46-1217-0410-a6f0-8f06a7374b81
2011-08-24 02:42:29 +00:00

11 lines
340 B
Plaintext

<h2><%=l(:label_confirmation)%></h2>
<div class="box"><center>
<p><strong><%= h(@project.name) %></strong><br /><%=l(:text_wiki_destroy_confirmation)%></p>
<% form_tag({:controller => 'wikis', :action => 'destroy', :id => @project}) do %>
<%= hidden_field_tag "confirm", 1 %>
<%= submit_tag l(:button_delete) %>
<% end %>
</center></div>