destroy.rhtml
13 lines
| 369 B
| text/html+ruby
|
RhtmlLexer
|
r330 | <h2><%=l(:label_confirmation)%></h2> | |
<div class="box"> | |||
<center> | |||
<p><strong><%= @project.name %></strong><br /> | |||
<%=l(:text_project_destroy_confirmation)%></p> | |||
<p> | |||
<% form_tag({:controller => 'projects', :action => 'destroy', :id => @project}) do %> | |||
<%= hidden_field_tag "confirm", 1 %> | |||
<%= submit_tag l(:button_delete) %> | |||
<% end %> | |||
</p> | |||
</center> | |||
|
r2 | </div> |