mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-28 21:07:16 +00:00
13 lines
722 B
Plaintext
13 lines
722 B
Plaintext
%fieldset.no-border-top
|
|
.add_producer_properties{"data-hook" => "add_producer_properties"}
|
|
= image_tag 'spinner.gif', :plugin => 'spree', :style => 'display:none;', :id => 'busy_indicator'
|
|
%table.index.sortable{"data-hook" => "", "data-sortable-link" => main_app.update_positions_admin_enterprise_producer_properties_url(@enterprise)}
|
|
%thead
|
|
%tr{"data-hook" => "producer_properties_header"}
|
|
%th{colspan: "2"}= t('admin.products.properties.property_name')
|
|
%th= t('admin.description')
|
|
%th.actions
|
|
%tbody#producer_properties{"data-hook" => ""}
|
|
= f.fields_for :producer_properties do |pp_form|
|
|
= render 'admin/producer_properties/producer_property_fields', f: pp_form
|