Add disabled class to shopfront property selectors

This commit is contained in:
Leta Keane
2017-07-19 12:09:58 -06:00
committed by Maikel Linke
parent 5200937165
commit 8648070a05

View File

@@ -11,7 +11,7 @@
%span.filter-shopfront.property-selectors.pad-top
%ul.inline-block
%li{"ng-repeat" => "property in enterprise.supplied_properties"}
%a.button.tiny{"ng-bind" => "property.presentation"}
%a.button.tiny.disabled{"ng-bind" => "property.presentation"}
.about-container.pad-top
%img.enterprise-logo{"ng-src" => "{{::enterprise.logo}}", "ng-if" => "::enterprise.logo"}