mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-27 21:06:49 +00:00
Conflicts: app/assets/javascripts/admin/order_cycles/controllers/edit.js.coffee app/assets/javascripts/templates/admin/save_bar.html.haml app/views/admin/order_cycles/edit.html.haml app/views/admin/variant_overrides/_products.html.haml app/views/spree/admin/orders/bulk_management.html.haml
8 lines
453 B
Plaintext
8 lines
453 B
Plaintext
#save-bar.animate-show{ ng: { show: 'form.$dirty || StatusMessage.active()' } }
|
|
.container
|
|
.eight.columns.alpha
|
|
%h5#status-message{ ng: { style: 'StatusMessage.statusMessage.style' } }
|
|
{{ StatusMessage.statusMessage.text || " " }}
|
|
.eight.columns.omega.text-right
|
|
%input{"ng-repeat" => "button in buttons", type: "button", value: "{{button.text}}", ng: { class: "button.class", click: "button.action(button.param)" } }
|