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