Sha256: 6c717f30c440a7053119fa624023b7e0e7a877608d39c789de1cbf174bfc76db

Contents?: true

Size: 487 Bytes

Versions: 2

Compression:

Stored size: 487 Bytes

Contents

<%= decidim_form_for(@form, url: url_for([@attachment_collection.collection_for, @attachment_collection]), html: { class: "form edit_attachment_collection" }) do |f| %>
  <%= render partial: 'decidim/admin/attachment_collections/form', object: f, locals: { title: t('attachment_collections.edit.title', scope: "decidim.admin") } %>

  <div class="button--double form-general-submit">
    <%= f.submit t("attachment_collections.edit.update", scope: "decidim.admin") %>
  </div>
<% end %>

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
decidim-admin-0.10.1 app/views/decidim/admin/attachment_collections/edit.html.erb
decidim-admin-0.10.0 app/views/decidim/admin/attachment_collections/edit.html.erb