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