Sha256: e4baca517e3d3358a4cab0f70633c3481634425ff59099eed298d1dba8aa1f06
Contents?: true
Size: 402 Bytes
Versions: 4
Compression:
Stored size: 402 Bytes
Contents
= simple_form_for(['<%= options.namespace %>', @item], html: {multipart: true, novalidate: true, class: 'js-file-form'}, remote: true, data: {type: "html"}) do |f| <% @form_attrs.each do |attr| -%> = fae_input f, :<%= attr %> <% end -%> = f.hidden_field :<%= options.parent_model.underscore %>_id = f.submit = button_tag 'Cancel', type: 'button', class: 'js-cancel-nested cancel-nested-button'
Version data entries
4 entries across 4 versions & 1 rubygems