From 5d36c66aff8d97bf7e1e3317f3751158c9073d27 Mon Sep 17 00:00:00 2001 From: SarvarKhalimov Date: Thu, 25 Nov 2021 01:05:45 +0500 Subject: [PATCH] Update follow partial to reflect social urls correctly --- app/assets/javascripts/templates/partials/follow.html.haml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/assets/javascripts/templates/partials/follow.html.haml b/app/assets/javascripts/templates/partials/follow.html.haml index a47054d1f3..847dbac6b9 100644 --- a/app/assets/javascripts/templates/partials/follow.html.haml +++ b/app/assets/javascripts/templates/partials/follow.html.haml @@ -2,7 +2,7 @@ %p.modal-header {{'follow' | t}} .follow-icons %span{"ng-if" => "::enterprise.twitter"} - %a{"ng-href" => "http://twitter.com/{{::enterprise.twitter}}", target: "_blank"} + %a{"ng-href" => "http://www.twitter.com/{{::enterprise.twitter}}", target: "_blank"} %i.ofn-i_041-twitter %span{"ng-if" => "::enterprise.facebook"} @@ -14,5 +14,5 @@ %i.ofn-i_042-linkedin %span{"ng-if" => "::enterprise.instagram"} - %a{"ng-href" => "http://instagram.com/{{::enterprise.instagram}}", target: "_blank"} + %a{"ng-href" => "http://www.instagram.com/{{::enterprise.instagram}}", target: "_blank"} %i.ofn-i_043-instagram