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.6 app/views/workarea/admin/configurations/types/_hash.html.haml
workarea-admin-3.5.5 app/views/workarea/admin/configurations/types/_hash.html.haml
workarea-admin-3.5.4 app/views/workarea/admin/configurations/types/_hash.html.haml
workarea-admin-3.5.3 app/views/workarea/admin/configurations/types/_hash.html.haml
workarea-admin-3.5.2 app/views/workarea/admin/configurations/types/_hash.html.haml
workarea-admin-3.5.1 app/views/workarea/admin/configurations/types/_hash.html.haml
workarea-admin-3.5.0 app/views/workarea/admin/configurations/types/_hash.html.haml
workarea-admin-3.5.0.beta.1 app/views/workarea/admin/configurations/types/_hash.html.haml