Andand all the html_safes

This commit is contained in:
Rohan Mitchell
2012-10-10 16:58:33 +11:00
parent 0b830a7845
commit 7432cb416e
3 changed files with 3 additions and 3 deletions

View File

@@ -8,7 +8,7 @@
%td= @distributor.description
%tr
%th Extended Description:
%td= @distributor.long_description.html_safe
%td= @distributor.long_description.andand.html_safe
%tr
%th Contact person:
%td= @distributor.contact

View File

@@ -8,7 +8,7 @@
%td= @supplier.description
%tr
%th Extended Description:
%td= @supplier.long_description.html_safe
%td= @supplier.long_description.andand.html_safe
%tr
%th Address:
%td= render 'spree/shared/address', :address => @supplier.address

View File

@@ -1,6 +1,6 @@
<h2><%= @supplier.name %></h2>
<div class="supplier-description"><%= @supplier.long_description.html_safe %></div>
<div class="supplier-description"><%= @supplier.long_description.andand.html_safe %></div>
<h3>Available Now</h3>