##// END OF EJS Templates
Feature #9808 Allow user to "change" issue status to the same status...
Feature #9808 Allow user to "change" issue status to the same status git-svn-id: http://redmine.rubyforge.org/svn/trunk@412 e93f8b46-1217-0410-a6f0-8f06a7374b81

File last commit:

r330:027bf93849e8
r409:be54cb953187
Show More
destroy.rhtml
13 lines | 369 B | text/html+ruby | RhtmlLexer
<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>