<%= collection.locator %> |
<%= collection.create_by_client %> |
<%= collection.created_by_user %> |
<%= collection.created_at %> |
<%= collection.modified_by_client %> |
<%= collection.modified_by_user %> |
<%= collection.modified_at %> |
<%= collection.portable_data_hash %> |
<%= collection.name %> |
<%= collection.redundancy %> |
<%= collection.arbitrary_string %> |
<%= collection.redundancy_confirmed_by_client %> |
<%= collection.redundancy_confirmed_at %> |
<%= collection.redundancy_confirmed_as %> |
<%= link_to 'Show', collection %> |
<%= link_to 'Edit', edit_collection_path(collection) %> |
<%= link_to 'Destroy', collection, confirm: 'Are you sure?', method: :delete %> |
<% end %>