<%= _('Status') %> | <%= _('Enabled') %> | <%= _('Reason enabled?') %> | <%= _('Actions') %> |
---|---|---|---|
<%= st.name %> | <%= st.enabled %> | <%= st.enable_reason %> | <%= button_without_text :edit, _('Edit'), {:action => 'edit', :id => st} %> <%= button_without_text :delete, _('Remove'), {:action => 'destroy', :id => st}, :confirm => _('Are you sure you want to remove this status?') %> |