Sha256: 844ba6ee84bee14486b6c16c75fc1ed5b4c3c9d878d7bb1e78ed5e1fdc5edfae
Contents?: true
Size: 630 Bytes
Versions: 3
Compression:
Stored size: 630 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
3 entries across 3 versions & 1 rubygems