Sha256: 31fd66dcffbc6dec72a0e5e11b79d3e2462ba9be38ccdf629a8334c94175e0ae
Contents?: true
Size: 1.61 KB
Versions: 9
Compression:
Stored size: 1.61 KB
Contents
.section.section--additional-details %h2= "Additional Details" %table %thead %tr %th= t('workarea.admin.catalog_products.edit.details.name') %th= "Content" %th.align-center= t('workarea.admin.actions.delete') %tbody.bottom-align - variant.additional_details.each do |name, value| %tr %td .property = label_tag "details_#{name}" do #{name} %td .property = hidden_field_tag 'additional_details[]', name, id: nil = text_area_tag 'additional_details[]', value, class: 'text-box text-box--i18n', id: nil %td.align-center= check_box_tag 'additional_details_to_remove[]', name, false, id: nil, title: "#{t('workarea.admin.actions.delete')}: #{name} #{value}" %tr{ data: { cloneable_row: '' } } %td .property = text_field_tag 'new_additional_details[]', nil, id: nil, class: 'text-box text-box--i18n', title: t('workarea.admin.catalog_products.edit.details.new_attribute_name'), placeholder: t('workarea.admin.catalog_products.edit.details.new_attribute_name_placeholder') %span.property__note= "Example: User Manual" %td .property = text_area_tag 'new_additional_details[]', nil, id: nil, class: 'text-box text-box--i18n', title: t('workarea.admin.catalog_products.edit.details.new_attribute_value'), placeholder: t('workarea.admin.catalog_products.edit.details.new_attribute_value_placeholder') %span.property__note= "Example: <a href='/manuals'>Download Manuals</a>" %td.align-center -
Version data entries
9 entries across 9 versions & 1 rubygems