##// END OF EJS Templates
Applied 'register notice' patch by Matt Jones....
Applied 'register notice' patch by Matt Jones. The user is now redirected to the login screen after having registered. git-svn-id: http://redmine.rubyforge.org/svn/trunk@601 e93f8b46-1217-0410-a6f0-8f06a7374b81

File last commit:

r546:413247ee5b16
r598:acebceb1d74b
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>