Take styling out of template into SASS

This commit is contained in:
summerscope
2015-03-10 14:59:46 +11:00
parent d967905b83
commit ea96759306

View File

@@ -35,4 +35,4 @@
= render partial: "spree/checkout/payment/#{method.method_type}", :locals => { :payment_method => method }
.small-12.columns.medium-6.columns.large-6.columns
#distributor_address.panel{"ng-show" => "Checkout.paymentMethod().description"}
%span{ style: "white-space: pre-wrap;" }{{ Checkout.paymentMethod().description }}
%span.pre-wrap {{ Checkout.paymentMethod().description }}