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.27.9 app/views/decidim/admin/attachment_collections/show.html.erb
decidim-admin-0.27.8 app/views/decidim/admin/attachment_collections/show.html.erb
decidim-admin-0.27.7 app/views/decidim/admin/attachment_collections/show.html.erb
decidim-admin-0.27.6 app/views/decidim/admin/attachment_collections/show.html.erb
decidim-admin-0.26.10 app/views/decidim/admin/attachment_collections/show.html.erb
decidim-admin-0.26.9 app/views/decidim/admin/attachment_collections/show.html.erb
decidim-admin-0.27.5 app/views/decidim/admin/attachment_collections/show.html.erb
decidim-admin-0.26.8 app/views/decidim/admin/attachment_collections/show.html.erb
decidim-admin-0.27.4 app/views/decidim/admin/attachment_collections/show.html.erb
decidim-admin-0.27.3 app/views/decidim/admin/attachment_collections/show.html.erb
decidim-admin-0.26.7 app/views/decidim/admin/attachment_collections/show.html.erb
decidim-admin-0.26.5 app/views/decidim/admin/attachment_collections/show.html.erb
decidim-admin-0.27.2 app/views/decidim/admin/attachment_collections/show.html.erb
decidim-admin-0.27.1 app/views/decidim/admin/attachment_collections/show.html.erb
decidim-admin-0.26.4 app/views/decidim/admin/attachment_collections/show.html.erb
decidim-admin-0.27.0 app/views/decidim/admin/attachment_collections/show.html.erb
decidim-admin-0.26.3 app/views/decidim/admin/attachment_collections/show.html.erb
decidim-admin-0.27.0.rc2 app/views/decidim/admin/attachment_collections/show.html.erb
decidim-admin-0.27.0.rc1 app/views/decidim/admin/attachment_collections/show.html.erb
decidim-admin-0.26.2 app/views/decidim/admin/attachment_collections/show.html.erb