mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-02-27 01:43:22 +00:00
BOM: add warning message about missing unit values to group buy calc box
This commit is contained in:
@@ -62,6 +62,9 @@
|
||||
%span{ :class => "five columns alpha" } Shared Resource?
|
||||
%span{ :class => 'two columns omega' }
|
||||
%input{ type: 'checkbox', :id => 'shared_resource', 'ng-model' => 'sharedResource'}
|
||||
%div{ :class => "seven columns alpha", 'ng-hide' => 'allUnitValuesPresent()' }
|
||||
%span{ :class => "seven columns alpha", style: 'color:red' }
|
||||
WARNING: Some variants do not have a unit value
|
||||
%hr{ :class => "sixteen columns alpha", :style => "margin-bottom: 15px" }
|
||||
%div.loading{ :class => "sixteen columns alpha", 'ng-show' => 'loading' }
|
||||
%h4 Loading Line Items...
|
||||
|
||||
Reference in New Issue
Block a user