mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-24 20:36:49 +00:00
Andand all the html_safes
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user