Sha256: 2ae30f9bca3b73bbf99cf6a3aa5729c1aedba46054c14f5b1b8eef4364685607

Contents?: true

Size: 724 Bytes

Versions: 28

Compression:

Stored size: 724 Bytes

Contents

- field_name = "configuration[#{field.key}]"

%table
  %tbody
    - value.each do |name, value|
      %tr
        %td= name
        %td
          = hidden_field_tag "#{field_name}[]", name, id: nil
          = text_field_tag "#{field_name}[]", hash_editing_value(value), id: nil, class: 'text-box text-box--i18n', placeholder: value
    %tr{ data: { cloneable_row: '' } }
      %td
        .property
          = text_field_tag "#{field_name}[]", nil, id: nil, class: 'text-box text-box--i18n', title: "New #{field.name} Name", placeholder: "Name"
      %td
        .property
          = text_field_tag "#{field_name}[]", nil, id: nil, class: 'text-box text-box--i18n', title: "New #{field.name} Value", placeholder: "Value"

Version data entries

28 entries across 28 versions & 1 rubygems

Version Path
workarea-admin-3.5.27 app/views/workarea/admin/configurations/types/_hash.html.haml
workarea-admin-3.5.26 app/views/workarea/admin/configurations/types/_hash.html.haml
workarea-admin-3.5.25 app/views/workarea/admin/configurations/types/_hash.html.haml
workarea-admin-3.5.23 app/views/workarea/admin/configurations/types/_hash.html.haml
workarea-admin-3.5.22 app/views/workarea/admin/configurations/types/_hash.html.haml
workarea-admin-3.5.21 app/views/workarea/admin/configurations/types/_hash.html.haml
workarea-admin-3.5.20 app/views/workarea/admin/configurations/types/_hash.html.haml
workarea-admin-3.5.19 app/views/workarea/admin/configurations/types/_hash.html.haml
workarea-admin-3.5.18 app/views/workarea/admin/configurations/types/_hash.html.haml
workarea-admin-3.5.17 app/views/workarea/admin/configurations/types/_hash.html.haml
workarea-admin-3.5.16 app/views/workarea/admin/configurations/types/_hash.html.haml
workarea-admin-3.5.15 app/views/workarea/admin/configurations/types/_hash.html.haml
workarea-admin-3.5.14 app/views/workarea/admin/configurations/types/_hash.html.haml
workarea-admin-3.5.13 app/views/workarea/admin/configurations/types/_hash.html.haml
workarea-admin-3.5.12 app/views/workarea/admin/configurations/types/_hash.html.haml
workarea-admin-3.5.11 app/views/workarea/admin/configurations/types/_hash.html.haml
workarea-admin-3.5.10 app/views/workarea/admin/configurations/types/_hash.html.haml
workarea-admin-3.5.9 app/views/workarea/admin/configurations/types/_hash.html.haml
workarea-admin-3.5.8 app/views/workarea/admin/configurations/types/_hash.html.haml
workarea-admin-3.5.7 app/views/workarea/admin/configurations/types/_hash.html.haml