%#-- copyright OpenProject is a project management system. Copyright (C) 2012-2013 the OpenProject Team This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. See doc/COPYRIGHT.rdoc for more details. ++#%>
<%= IssueStatus.model_name.human %> | <% if Issue.use_status_for_done_ratio? %><%= Issue.human_attribute_name(:done_ratio) %> | <% end %><%= IssueStatus.human_attribute_name(:is_default) %> | <%= IssueStatus.human_attribute_name(:is_closed) %> | <%=l(:button_sort)%> | |
---|---|---|---|---|---|
<%= link_to h(status.name), :action => 'edit', :id => status %> | <% if Issue.use_status_for_done_ratio? %><%= h status.default_done_ratio %> | <% end %><%= checked_image status.is_default? %> | <%= checked_image status.is_closed? %> | <%= reorder_links('issue_status', {:action => 'update', :id => status}) %> | <%= link_to(l(:button_delete), { :action => 'destroy', :id => status }, :method => :post, :confirm => l(:text_are_you_sure), :class => 'icon icon-del') %> |