From 6dc15ff0755310effbec6ba2d7374c754f116bd9 Mon Sep 17 00:00:00 2001 From: summerscope Date: Mon, 28 Jul 2014 16:14:20 +1000 Subject: [PATCH] Make the modal headers consistent --- app/views/modals/_producer.html.haml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/views/modals/_producer.html.haml b/app/views/modals/_producer.html.haml index 6f8d8951f1..8fd778b388 100644 --- a/app/views/modals/_producer.html.haml +++ b/app/views/modals/_producer.html.haml @@ -11,14 +11,14 @@ .row{bindonce: true} .small-12.large-8.columns %div{"ng-show" => "enterprise.long_description.length > 0 || enterprise.logo"} - %h5.modal-header About + %p.modal-header About .about-container %img.enterprise-logo{"bo-src" => "enterprise.logo", "bo-if" => "enterprise.logo"} %p.text-small{"ng-bind-html" => "enterprise.long_description"} .small-12.large-4.columns %div.modal-centered{"bo-if" => "enterprise.email || enterprise.website || enterprise.phone"} - %h5.modal-header Contact + %p.modal-header Contact %p{"bo-if" => "enterprise.phone"} {{ enterprise.phone }} @@ -32,7 +32,7 @@ {{ enterprise.website | stripUrl }} %div.modal-centered{"bo-if" => "enterprise.twitter || enterprise.facebook || enterprise.linkedin || enterprise.instagram"} - %h5.modal-header Follow + %p.modal-header Follow .follow-icons{bindonce: true} %span{"bo-show" => "enterprise.twitter"} %a{"ng-href" => "http://twitter.com/{{enterprise.twitter}}", target: "_blank"}