Sha256: 9427842ef7b32ef9788a2aeede3ab2dae0eadf0318bb202c53f1068c69d2acb2

Contents?: true

Size: 361 Bytes

Versions: 9

Compression:

Stored size: 361 Bytes

Contents

<% add_decidim_page_title(t(".title")) %>
<%= decidim_form_for(@form, url: url_for([attached_to, @form]), html: { class: "form new_attachment" }) do |f| %>
  <%= render partial: "decidim/admin/attachments/form", object: f, locals: { title: t(".title") } %>

  <div class="button--double form-general-submit">
    <%= f.submit t(".create") %>
  </div>
<% end %>

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
decidim-admin-0.27.9 app/views/decidim/admin/attachments/new.html.erb
decidim-admin-0.27.8 app/views/decidim/admin/attachments/new.html.erb
decidim-admin-0.27.7 app/views/decidim/admin/attachments/new.html.erb
decidim-admin-0.27.6 app/views/decidim/admin/attachments/new.html.erb
decidim-admin-0.26.10 app/views/decidim/admin/attachments/new.html.erb
decidim-admin-0.26.9 app/views/decidim/admin/attachments/new.html.erb
decidim-admin-0.27.5 app/views/decidim/admin/attachments/new.html.erb
decidim-admin-0.26.8 app/views/decidim/admin/attachments/new.html.erb
decidim-admin-0.27.4 app/views/decidim/admin/attachments/new.html.erb