diff --git a/app/views/producers/_fat.html.haml b/app/views/producers/_fat.html.haml index 54e7c7298a..0037b0992f 100644 --- a/app/views/producers/_fat.html.haml +++ b/app/views/producers/_fat.html.haml @@ -38,6 +38,10 @@ = t :producers_contact_phone %span{"ng-bind" => "::producer.phone"} + %p.word-wrap{"ng-if" => "::producer.whatsapp_phone"} + %a{"ng-href" => "http://wa.me/{{::producer.whatsapp_phone}}", target: "_blank"} + %span{"ng-bind" => "::producer.whatsapp_phone"} + %p.word-wrap{"ng-if" => "::producer.email_address"} %a{"ng-href" => "{{::producer.email_address | stripUrl}}", target: "_blank", mailto: true} %span.obfuscatedEmail.email{"ng-bind" => "::producer.email_address | stripUrl"}