ID | Name | Status | |
---|---|---|---|
<%= dc.id %> | <%= dc.name %> | <%= dc.discarded? ? 'Inactive' : 'Active' %> | <%= admin_edit_button dc if dc.undiscarded? %> <%= admin_deactivate_button dc if dc.undiscarded? %> <%= admin_reactivate_button dc if dc.discarded? %> <%= admin_destroy_button dc %> |
No document categories found. Create one.
<% end %> <% end %>