From c365047d0cfe3f551cd16ebe6743f73c1a98c0b4 Mon Sep 17 00:00:00 2001 From: summerscope Date: Fri, 12 Sep 2014 15:40:12 +1000 Subject: [PATCH] Short description goes back in producer fat view until we can clean up the HTML formatting --- app/views/producers/_fat.html.haml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/app/views/producers/_fat.html.haml b/app/views/producers/_fat.html.haml index a8512c9a22..f420b33386 100644 --- a/app/views/producers/_fat.html.haml +++ b/app/views/producers/_fat.html.haml @@ -1,13 +1,13 @@ .row.active_table_row{"ng-show" => "open()", "ng-click" => "toggle()", "ng-class" => "{'open' : !ofn-i_032-closed-sign()}"} .columns.small-12.medium-7.large-7.fat - / No long description available because it spits out HTML formatting producer.long_description - %div{"bo-if" => "producer.long_description"} + / Will add in long description available once clean up HTML formatting producer.long_description + %div{"bo-if" => "producer.description"} %label About us %img.right.show-for-medium-up{src: "{{ producer.logo }}" } %p.text-small - {{ producer.long_description }} - %div.show-for-medium-up{"bo-if" => "producer.long_description.length==0"} + {{ producer.description }} + %div.show-for-medium-up{"bo-if" => "producer.description.length==0"} %label   .columns.small-12.medium-5.large-5.fat