<%= notice %>
| Category | Name | |||
|---|---|---|---|---|
| <%= document.category.get_fqcn %> | <%= document.name %> | <%= link_to 'Show', document %> | <%= link_to 'Edit', edit_document_path(document) %> | <%= link_to 'Destroy', document, method: :delete, data: { confirm: 'Are you sure?' } %> |