From c76aa1d1c239ac7202409ff03368dccc13103913 Mon Sep 17 00:00:00 2001 From: summerscope Date: Thu, 19 Mar 2015 14:52:09 +1100 Subject: [PATCH] WIP on product modal --- app/assets/javascripts/templates/product_modal.html.haml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/app/assets/javascripts/templates/product_modal.html.haml b/app/assets/javascripts/templates/product_modal.html.haml index 88e3c58d66..244c312666 100644 --- a/app/assets/javascripts/templates/product_modal.html.haml +++ b/app/assets/javascripts/templates/product_modal.html.haml @@ -1,20 +1,20 @@ .row .columns.small-12.large-6.product-header - %h2 {{product.name}} + %h3 {{product.name}} %span %em from %span.avenir {{ enterprise.name }} - - + / %render-svg{path: "{{product.primary_taxon.icon}}"} %div{"ng-if" => "product.description"} %hr - .text-small {{product.description}} + %p.text-small {{product.description}} %hr .columns.small-12.large-6 %img.product-img{"ng-src" => "{{product.largeImage}}", "ng-if" => "product.largeImage"} + %img.product-img.placeholder{"ng-src" => "/assets/noimage/large.png", "ng-if" => "!product.largeImage"} %ng-include{src: "'partials/close.html'"}