<%=l(:field_status)%> | <%=l(:field_is_default)%> | <%=l(:field_is_closed)%> | <%=l(:field_html_color)%> | |
---|---|---|---|---|
<%= link_to status.name, :action => 'edit', :id => status %> | <%= image_tag 'true' if status.is_default? %> | <%= image_tag 'true' if status.is_closed? %> |   |
<%= button_to l(:button_delete), { :action => 'destroy', :id => status }, :confirm => l(:text_are_you_sure), :class => "button-small" %> |