Add nofollow in tribe links

stable
Jesús Espino 2017-09-07 15:38:56 +02:00
parent ac1544c64d
commit e4dd9598fc
2 changed files with 4 additions and 0 deletions

View File

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

View File

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