Add producer whatsapp link to producers list

Adds WhatsApp number with wa.me link between phone number and e-mail
address in the producers list profile.
This commit is contained in:
Arthur Vieira
2022-06-06 11:10:02 -03:00
parent 77360f41af
commit cace62a718

View File

@@ -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"}