2007-03-12 20:59:02 +03:00
|
|
|
<h2><%=l(:label_confirmation)%></h2>
|
|
|
|
<div class="box">
|
|
|
|
<center>
|
2007-12-03 13:28:08 +03:00
|
|
|
<p><strong><%=h @project_to_destroy.name %></strong><br />
|
2007-03-12 20:59:02 +03:00
|
|
|
<%=l(:text_project_destroy_confirmation)%></p>
|
|
|
|
|
|
|
|
<p>
|
2007-05-27 21:42:04 +04:00
|
|
|
<% form_tag({:controller => 'projects', :action => 'destroy', :id => @project_to_destroy}) do %>
|
2007-03-12 20:59:02 +03:00
|
|
|
<%= hidden_field_tag "confirm", 1 %>
|
|
|
|
<%= submit_tag l(:button_delete) %>
|
|
|
|
<% end %>
|
|
|
|
</p>
|
|
|
|
</center>
|
2006-06-28 22:11:03 +04:00
|
|
|
</div>
|