Merge pull request #1105 from taigaio/fix-send-to-tribe-button

Fix the send to tribe button for the new changes on Taiga Tribe
stable
David Barragán Merino 2016-09-27 10:51:07 +02:00 committed by GitHub
commit 2023c34732
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
a.button-tribe(
ng-href="{{::vm.tribeHost}}/gigs/import-from-taiga?project={{projectSlug}}&us={{usId}}",
ng-href="{{::vm.tribeHost}}/taiga-integration/receive?project={{projectSlug}}&us={{usId}}",
title="{{ 'US.TRIBE.PUBLISH' | translate }}"
target="_blank"
)