fix sidebar show/hide

This commit is contained in:
Rafael Schouten
2014-10-05 01:44:40 +10:00
parent 2f76a7ba80
commit 9eb770aed7

View File

@@ -1,4 +1,4 @@
.sidebar_item.four.columns.alpha#payment_methods{ ng: { show: 'Enterprise.is_distributor' } }
.sidebar_item.four.columns.alpha#payment_methods{ ng: { show: 'Enterprise.sells != "none"' } }
.four.columns.alpha.header{ ng: { class: "paymentMethodsColor()" } }
%span.four.columns.alpha.centered Payment Methods
.four.columns.alpha.list{ ng: { class: "paymentMethodsColor()" } }