diff options
Diffstat (limited to 'app/views/projects/destroy.rhtml')
-rw-r--r-- | app/views/projects/destroy.rhtml | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/app/views/projects/destroy.rhtml b/app/views/projects/destroy.rhtml index 22b27e317..cb159216d 100644 --- a/app/views/projects/destroy.rhtml +++ b/app/views/projects/destroy.rhtml @@ -1,14 +1,14 @@ -<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>
+<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> </div>
\ No newline at end of file |