Updated form to include help tip for clarity

This commit is contained in:
Matt-Yorkley
2016-11-28 14:38:13 +00:00
parent 3e77534dcf
commit 7981feefa1
3 changed files with 6 additions and 1 deletions

View File

@@ -1 +1 @@
angular.module("admin.products", [])
angular.module("admin.products", ["admin.utils"])

View File

@@ -0,0 +1,2 @@
add_to_attributes '[data-hook="admin_variant_form_fields"]'
attributes 'ng-app' => 'admin.products'

View File

@@ -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?