<%= _('Category') %> | <%= _('Actions') %> |
---|---|
<%= category.name %> |
<%= button_without_text :edit, _('Edit'), :action => 'edit', :id => category %>
<%= button_without_text :delete, _('Delete'), :action => 'destroy', :id => category %>
|