##// END OF EJS Templates
Added 'reported by me' and 'assigned to me' issue feeds on 'My page'....
Added 'reported by me' and 'assigned to me' issue feeds on 'My page'. git-svn-id: http://redmine.rubyforge.org/svn/trunk@688 e93f8b46-1217-0410-a6f0-8f06a7374b81

File last commit:

r546:413247ee5b16
r677:c6ac590d17b5
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>