<%=_('Status')%> | <%=_('Default status')%> | <%=_('Issue closed')%> | <%=_('Color')%> | |
---|---|---|---|---|
<%= link_to status.name, :action => 'edit', :id => status %> | <%= image_tag 'true' if status.is_default? %> | <%= image_tag 'true' if status.is_closed? %> |   | <%= start_form_tag :action => 'destroy', :id => status %> <%= submit_tag _('Delete'), :class => "button-small" %> <%= end_form_tag %> |