Sha256: a5e03a4377c711bdf2e193fa68980f163571fea901dce948b425dbfd3e6747dc

Contents?: true

Size: 658 Bytes

Versions: 12

Compression:

Stored size: 658 Bytes

Contents

- form = ActionView::Helpers::FormBuilder.new(parent_name, parent, self, {})

= form.simple_fields_for attachment_relation[:name].to_sym, attachment, { child_index: child_index } do |fields|
  - partial_locals = { attachment: attachment, form: form, fields: fields, multiple: multiple, relation_key: attachment_relation[:key] }
  - partial_layout = 'layouts/simple_form_attachments/attachment_layout'
  = render partial: attachment.to_simple_form_partial_path, format: :html, layout: partial_layout, locals: partial_locals rescue render partial: 'simple_form_attachments/attachments/attachment', format: :html, layout: partial_layout, locals: partial_locals

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
simple_form_attachments-0.2.3 app/views/simple_form_attachments/_attachment_upload_template.html.slim
simple_form_attachments-0.2.2 app/views/simple_form_attachments/_attachment_upload_template.html.slim
simple_form_attachments-0.2.1 app/views/simple_form_attachments/_attachment_upload_template.html.slim
simple_form_attachments-0.2.0 app/views/simple_form_attachments/_attachment_upload_template.html.slim
simple_form_attachments-0.1.5 app/views/simple_form_attachments/_attachment_upload_template.html.slim
simple_form_attachments-0.1.4 app/views/simple_form_attachments/_attachment_upload_template.html.slim
simple_form_attachments-0.1.3 app/views/simple_form_attachments/_attachment_upload_template.html.slim
simple_form_attachments-0.1.2 app/views/simple_form_attachments/_attachment_upload_template.html.slim
simple_form_attachments-0.1.1 app/views/simple_form_attachments/_attachment_upload_template.html.slim
simple_form_attachments-0.1.0 app/views/simple_form_attachments/_attachment_upload_template.html.slim
simple_form_attachments-0.0.9 app/views/simple_form_attachments/_attachment_upload_template.html.slim
simple_form_attachments-0.0.8 app/views/simple_form_attachments/_attachment_upload_template.html.slim