<%=l(:label_confirmation)%>

<%= h(@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) %> <% end %>