From 8648070a056985a5bc9afd804dcdd9768937b41f Mon Sep 17 00:00:00 2001 From: Leta Keane Date: Wed, 19 Jul 2017 12:09:58 -0600 Subject: [PATCH] Add disabled class to shopfront property selectors --- .../javascripts/templates/partials/enterprise_details.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/assets/javascripts/templates/partials/enterprise_details.html.haml b/app/assets/javascripts/templates/partials/enterprise_details.html.haml index c454312f18..35a47b3f11 100644 --- a/app/assets/javascripts/templates/partials/enterprise_details.html.haml +++ b/app/assets/javascripts/templates/partials/enterprise_details.html.haml @@ -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"}