Sha256: cd2fcb720d27aeed69c39e5258469150f2e587516acbc8d119c9033627b0cff3

Contents?: true

Size: 315 Bytes

Versions: 133

Compression:

Stored size: 315 Bytes

Contents

= node f, field do
  .array_holder
    = f.fields_for field.name do |x|
      - if f.object.send(field.name).blank?
        = x.text_field nil, class: 'array_fields', id: nil
      - else
        - f.object.send(field.name).each do |entry|
          = x.text_field nil, value: entry, class: 'array_fields', id: nil

Version data entries

133 entries across 133 versions & 1 rubygems

Version Path
bhf-0.6.31 app/views/bhf/entries/form/column/_array.haml
bhf-0.6.30 app/views/bhf/entries/form/column/_array.haml
bhf-0.6.29 app/views/bhf/entries/form/column/_array.haml
bhf-0.6.28 app/views/bhf/entries/form/column/_array.haml
bhf-0.6.27 app/views/bhf/entries/form/column/_array.haml
bhf-0.6.26 app/views/bhf/entries/form/column/_array.haml
bhf-0.6.25 app/views/bhf/entries/form/column/_array.haml
bhf-0.6.24 app/views/bhf/entries/form/column/_array.haml
bhf-0.6.23 app/views/bhf/entries/form/column/_array.haml
bhf-0.6.22 app/views/bhf/entries/form/column/_array.haml
bhf-0.6.21 app/views/bhf/entries/form/column/_array.haml
bhf-0.6.20 app/views/bhf/entries/form/column/_array.haml
bhf-0.6.15 app/views/bhf/entries/form/column/_array.haml
bhf-0.6.14 app/views/bhf/entries/form/column/_array.haml
bhf-0.6.13 app/views/bhf/entries/form/column/_array.haml
bhf-0.6.12 app/views/bhf/entries/form/column/_array.haml
bhf-0.6.11 app/views/bhf/entries/form/column/_array.haml
bhf-0.6.10 app/views/bhf/entries/form/column/_array.haml
bhf-0.6.6 app/views/bhf/entries/form/column/_array.haml
bhf-0.6.5 app/views/bhf/entries/form/column/_array.haml