mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-25 20:46:48 +00:00
16 lines
1.1 KiB
Plaintext
16 lines
1.1 KiB
Plaintext
%hr.divider.sixteen.columns.alpha.omega{ "ng-show": 'hub_id && products.length > 0' }
|
|
.controls.sixteen.columns.alpha.omega{ "ng-show": 'hub_id && products.length > 0' }
|
|
.eight.columns.alpha
|
|
= render 'admin/shared/bulk_actions_dropdown'
|
|
= render 'admin/shared/views_dropdown'
|
|
%span.text-big.with-tip.icon-question-sign{ data: { powertip: "#{t('admin.variant_overrides.index.inventory_powertip')}" }, "ng-show": 'views.inventory.visible' }
|
|
%span.text-big.with-tip.icon-question-sign{ data: { powertip: "#{t('admin.variant_overrides.index.hidden_powertip')}" }, "ng-show": 'views.hidden.visible' }
|
|
%span.text-big.with-tip.icon-question-sign{ data: { powertip: "#{t('admin.variant_overrides.index.new_powertip')}" }, "ng-show": 'views.new.visible' }
|
|
.four.columns
|
|
.four.columns.omega{ "ng-show": 'views.new.visible' }
|
|
%button.fullwidth{ type: 'button', "ng-click": "selectView('inventory')" }
|
|
%i.icon-chevron-left
|
|
= t('.back_to_my_inventory')
|
|
.four.columns.omega{ "ng-show": 'views.inventory.visible' }
|
|
%columns-dropdown{ action: "#{controller_name}_#{action_name}" }
|