summaryrefslogtreecommitdiffstats
path: root/app/views/projects/destroy.rhtml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/projects/destroy.rhtml')
-rw-r--r--app/views/projects/destroy.rhtml14
1 files changed, 14 insertions, 0 deletions
diff --git a/app/views/projects/destroy.rhtml b/app/views/projects/destroy.rhtml
new file mode 100644
index 000000000..d11705be4
--- /dev/null
+++ b/app/views/projects/destroy.rhtml
@@ -0,0 +1,14 @@
+<h2><%=l(:label_confirmation)%></h2>
+<div class="box">
+<center>
+<p><strong><%= @project.name %></strong><br />
+<%=l(:text_project_destroy_confirmation)%></p>
+
+<p>
+ <%= start_form_tag({:controller => 'projects', :action => 'destroy', :id => @project}) %>
+ <%= hidden_field_tag "confirm", 1 %>
+ <%= submit_tag l(:button_delete) %>
+ <%= end_form_tag %>
+</p>
+</center>
+</div> \ No newline at end of file