destroy.rhtml
13 lines
| 382 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> | |
|
r181 | <% form_tag({:controller => 'projects', :action => 'destroy', :id => @project}) do %> | |
|
r2 | <%= hidden_field_tag "confirm", 1 %> | |
|
r12 | <%= submit_tag l(:button_delete) %> | |
|
r181 | <% end %> | |
|
r2 | </p> | |
</center> | |||
</div> |