From 7ebf5db1f2c5747c7a130f3208d61a38e5a3a939 Mon Sep 17 00:00:00 2001 From: Hugs Date: Tue, 9 Jan 2018 16:08:50 +0100 Subject: [PATCH] Added img tag when producer.description.length==0 to display logo even when no About Us --- app/views/producers/_fat.html.haml | 1 + 1 file changed, 1 insertion(+) diff --git a/app/views/producers/_fat.html.haml b/app/views/producers/_fat.html.haml index 61187b2c5b..8ef6282cb7 100644 --- a/app/views/producers/_fat.html.haml +++ b/app/views/producers/_fat.html.haml @@ -9,6 +9,7 @@ %p.text-small{ "ng-bind" => "::producer.description"} %div.show-for-medium-up{"ng-if" => "::producer.description.length==0"} %label   + %img.right.show-for-medium-up{"ng-src" => "{{::producer.logo}}" } .columns.small-12.medium-5.large-5.fat