##// END OF EJS Templates
* Updated Russian translation (iGor kMeta)...
* Updated Russian translation (iGor kMeta) * Fixed front page typo: View all issues instead of View all news (Derek Montgomery) git-svn-id: http://redmine.rubyforge.org/svn/trunk@924 e93f8b46-1217-0410-a6f0-8f06a7374b81

File last commit:

r546:413247ee5b16
r911:c21ee95ade20
Show More
destroy.rhtml
13 lines | 391 B | text/html+ruby | RhtmlLexer
Jean-Philippe Lang
added svn:eol-style native property on /app files...
r330 <h2><%=l(:label_confirmation)%></h2>
<div class="box">
<center>
Jean-Philippe Lang
Added the ability to archive projects:...
r546 <p><strong><%= @project_to_destroy.name %></strong><br />
Jean-Philippe Lang
added svn:eol-style native property on /app files...
r330 <%=l(:text_project_destroy_confirmation)%></p>
<p>
Jean-Philippe Lang
Added the ability to archive projects:...
r546 <% form_tag({:controller => 'projects', :action => 'destroy', :id => @project_to_destroy}) do %>
Jean-Philippe Lang
added svn:eol-style native property on /app files...
r330 <%= hidden_field_tag "confirm", 1 %>
<%= submit_tag l(:button_delete) %>
<% end %>
</p>
</center>
Jean-Philippe Lang
Initial commit...
r2 </div>