mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-02-27 01:43:22 +00:00
Updated form to include help tip for clarity
This commit is contained in:
@@ -1 +1 @@
|
||||
angular.module("admin.products", [])
|
||||
angular.module("admin.products", ["admin.utils"])
|
||||
@@ -0,0 +1,2 @@
|
||||
add_to_attributes '[data-hook="admin_variant_form_fields"]'
|
||||
attributes 'ng-app' => 'admin.products'
|
||||
@@ -0,0 +1,3 @@
|
||||
/ insert_bottom "[data-hook='on_demand']"
|
||||
%div{'ofn-with-tip' => "Items made to order do not have a set stock level, such as loaves of bread made fresh to order."}
|
||||
%a What's this?
|
||||
Reference in New Issue
Block a user