Sha256: 18cb859e57fc722f93ab16172c350b6e93ba0da8f532b70f5db7302786cdfc88

Contents?: true

Size: 736 Bytes

Versions: 51

Compression:

Stored size: 736 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 allowed_to? :update, :attachment_collection, attachment_collection: @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 allowed_to? :destroy, :attachment_collection, attachment_collection: @attachment_collection %>
</div>

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

Version data entries

51 entries across 51 versions & 1 rubygems

Version Path
decidim-admin-0.26.1 app/views/decidim/admin/attachment_collections/show.html.erb
decidim-admin-0.26.0 app/views/decidim/admin/attachment_collections/show.html.erb
decidim-admin-0.26.0.rc2 app/views/decidim/admin/attachment_collections/show.html.erb
decidim-admin-0.26.0.rc1 app/views/decidim/admin/attachment_collections/show.html.erb
decidim-admin-0.25.2 app/views/decidim/admin/attachment_collections/show.html.erb
decidim-admin-0.25.1 app/views/decidim/admin/attachment_collections/show.html.erb
decidim-admin-0.25.0 app/views/decidim/admin/attachment_collections/show.html.erb
decidim-admin-0.25.0.rc4 app/views/decidim/admin/attachment_collections/show.html.erb
decidim-admin-0.25.0.rc3 app/views/decidim/admin/attachment_collections/show.html.erb
decidim-admin-0.25.0.rc2 app/views/decidim/admin/attachment_collections/show.html.erb
decidim-admin-0.25.0.rc1 app/views/decidim/admin/attachment_collections/show.html.erb
decidim-admin-0.24.3 app/views/decidim/admin/attachment_collections/show.html.erb
decidim-admin-0.23.6 app/views/decidim/admin/attachment_collections/show.html.erb
decidim-admin-0.24.2 app/views/decidim/admin/attachment_collections/show.html.erb
decidim-admin-0.23.5 app/views/decidim/admin/attachment_collections/show.html.erb
decidim-admin-0.24.1 app/views/decidim/admin/attachment_collections/show.html.erb
decidim-admin-0.24.0 app/views/decidim/admin/attachment_collections/show.html.erb
decidim-admin-0.24.0.rc2 app/views/decidim/admin/attachment_collections/show.html.erb
decidim-admin-0.23.4 app/views/decidim/admin/attachment_collections/show.html.erb
decidim-admin-0.24.0.rc1 app/views/decidim/admin/attachment_collections/show.html.erb