From 15e777c50389a327334b5b4bf4a66817803ac2ab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs=20Espino?= Date: Thu, 7 Sep 2017 15:38:56 +0200 Subject: [PATCH] [backport] Add nofollow in tribe links --- app/modules/components/tribe-button/tribe-button.jade | 1 + app/modules/components/tribe-button/tribe-linked.jade | 3 +++ 2 files changed, 4 insertions(+) diff --git a/app/modules/components/tribe-button/tribe-button.jade b/app/modules/components/tribe-button/tribe-button.jade index 7d2b09e2..3b314500 100644 --- a/app/modules/components/tribe-button/tribe-button.jade +++ b/app/modules/components/tribe-button/tribe-button.jade @@ -2,6 +2,7 @@ a.button-tribe( ng-href="{{::vm.tribeHost}}/taiga-integration/receive?url={{::vm.url}}&project={{projectSlug}}&us={{usId}}", title="{{ 'US.TRIBE.PUBLISH' | translate }}" target="_blank" + rel="nofollow" ) img.tribe-logo( src="/#{v}/images/tribe-logo.png" diff --git a/app/modules/components/tribe-button/tribe-linked.jade b/app/modules/components/tribe-button/tribe-linked.jade index 51450b29..3c23ef68 100644 --- a/app/modules/components/tribe-button/tribe-linked.jade +++ b/app/modules/components/tribe-button/tribe-linked.jade @@ -19,14 +19,17 @@ href="{{::vm.tribeHost}}/gigs/{{gigId}}" title="gigTitle" target="_blank" + rel="nofollow" ) {{gigTitle}} a.delete-link( href="{{::vm.tribeHost}}/gigs/{{gigId}}/link-with-task-manager?from=taiga" title="{{ 'US.TRIBE.EDIT_LINK' | translate }}" + rel="nofollow" ) {{ 'US.TRIBE.EDIT_LINK' | translate }} a.synchronize-link.button-tribe( ng-href="{{::vm.tribeHost}}/gigs/sync/{{gigId}}?from=taiga" title="{{ 'US.TRIBE.SINCHRONIZE_LINK' }}" + rel="nofollow" ) {{ 'US.TRIBE.SYNCHRONIZE_LINK' | translate }}