Sha256: 3ef152c93cdf7fb5a021eac61da382dd53ad546cdc463fa0337fd05c0f0d8c63

Contents?: true

Size: 634 Bytes

Versions: 2

Compression:

Stored size: 634 Bytes

Contents

<h3><%= translated_attribute(@attachment_collection.name) %></h3>

<div class="actions">
  <hr />
  <%= link_to t("decidim.admin.actions.edit"), ['edit', @attachment_collection.collection_for, @attachment_collection], class: "button" if can? :update, @attachment_collection %>
  <%= link_to t("decidim.admin.actions.destroy"), [@attachment_collection.collection_for, @attachment_collection], method: :delete, class: "alert button", data: { confirm: t("decidim.admin.actions.confirm_destroy") } if can? :destroy, @attachment_collection %>
</div>

<dl>
  <%= display_for @attachment_collection,
    :name,
    :description
    %>
</dl>

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
decidim-admin-0.10.1 app/views/decidim/admin/attachment_collections/show.html.erb
decidim-admin-0.10.0 app/views/decidim/admin/attachment_collections/show.html.erb