Sha256: 6a6d51f796536d82dba689614d5f85ea05128e6b757906e282703bf25c728457
Contents?: true
Size: 738 Bytes
Versions: 21
Compression:
Stored size: 738 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
21 entries across 21 versions & 1 rubygems