Add nofollow in tribe links
parent
ac1544c64d
commit
e4dd9598fc
|
@ -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"
|
||||
|
|
|
@ -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 }}
|
||||
|
|
Loading…
Reference in New Issue