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