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}}",
|
ng-href="{{::vm.tribeHost}}/taiga-integration/receive?url={{::vm.url}}&project={{projectSlug}}&us={{usId}}",
|
||||||
title="{{ 'US.TRIBE.PUBLISH' | translate }}"
|
title="{{ 'US.TRIBE.PUBLISH' | translate }}"
|
||||||
target="_blank"
|
target="_blank"
|
||||||
|
rel="nofollow"
|
||||||
)
|
)
|
||||||
img.tribe-logo(
|
img.tribe-logo(
|
||||||
src="/#{v}/images/tribe-logo.png"
|
src="/#{v}/images/tribe-logo.png"
|
||||||
|
|
|
@ -19,14 +19,17 @@
|
||||||
href="{{::vm.tribeHost}}/gigs/{{gigId}}"
|
href="{{::vm.tribeHost}}/gigs/{{gigId}}"
|
||||||
title="gigTitle"
|
title="gigTitle"
|
||||||
target="_blank"
|
target="_blank"
|
||||||
|
rel="nofollow"
|
||||||
) {{gigTitle}}
|
) {{gigTitle}}
|
||||||
|
|
||||||
a.delete-link(
|
a.delete-link(
|
||||||
href="{{::vm.tribeHost}}/gigs/{{gigId}}/link-with-task-manager?from=taiga"
|
href="{{::vm.tribeHost}}/gigs/{{gigId}}/link-with-task-manager?from=taiga"
|
||||||
title="{{ 'US.TRIBE.EDIT_LINK' | translate }}"
|
title="{{ 'US.TRIBE.EDIT_LINK' | translate }}"
|
||||||
|
rel="nofollow"
|
||||||
) {{ 'US.TRIBE.EDIT_LINK' | translate }}
|
) {{ 'US.TRIBE.EDIT_LINK' | translate }}
|
||||||
|
|
||||||
a.synchronize-link.button-tribe(
|
a.synchronize-link.button-tribe(
|
||||||
ng-href="{{::vm.tribeHost}}/gigs/sync/{{gigId}}?from=taiga"
|
ng-href="{{::vm.tribeHost}}/gigs/sync/{{gigId}}?from=taiga"
|
||||||
title="{{ 'US.TRIBE.SINCHRONIZE_LINK' }}"
|
title="{{ 'US.TRIBE.SINCHRONIZE_LINK' }}"
|
||||||
|
rel="nofollow"
|
||||||
) {{ 'US.TRIBE.SYNCHRONIZE_LINK' | translate }}
|
) {{ 'US.TRIBE.SYNCHRONIZE_LINK' | translate }}
|
||||||
|
|
Loading…
Reference in New Issue