<%=l(:field_status)%> | <%=l(:field_is_default)%> | <%=l(:label_crm_deal_status_type)%> | <%=l(:button_sort)%> | |
---|---|---|---|---|
<%= link_to status.name, :action => 'edit', :id => status %> | <%= checked_image status.is_default? %> | <%= status.status_type_name %> | <%= reorder_links('deal_status', {:action => 'update', :id => status}, :put) %> | <%= delete_link deal_status_path(status) %> |
<%= pagination_links_full @deal_status_pages %>
<% html_title(l(:label_crm_deal_status_plural)) -%>