From 9f3ee17836e3efab70aeec706667871f7d6445ec Mon Sep 17 00:00:00 2001 From: Alejandro Alonso Date: Mon, 3 Oct 2016 07:53:52 +0200 Subject: [PATCH] Issue 4587: Wrong external reference link --- app/modules/components/detail/header/detail-header.jade | 2 +- app/modules/components/detail/header/detail-header.scss | 6 ++++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/app/modules/components/detail/header/detail-header.jade b/app/modules/components/detail/header/detail-header.jade index 317065c0..842a09d7 100644 --- a/app/modules/components/detail/header/detail-header.jade +++ b/app/modules/components/detail/header/detail-header.jade @@ -75,7 +75,7 @@ span(translate="ISSUES.EXTERNAL_REFERENCE") a( target="_blank" - ng-href="::vm.item.external_reference[1]" + ng-href="{{::vm.item.external_reference[1]}}" ng-title="{{'ISSUES.GO_TO_EXTERNAL_REFERENCE' | translate}}" ) span {{ ::vm.item.external_reference[1] }} diff --git a/app/modules/components/detail/header/detail-header.scss b/app/modules/components/detail/header/detail-header.scss index 122e1cd3..09aa4e7c 100644 --- a/app/modules/components/detail/header/detail-header.scss +++ b/app/modules/components/detail/header/detail-header.scss @@ -25,13 +25,15 @@ .item-origin-issue, .task-belongs-to, .belong-to-epics-wrapper, - .block-desc-container { + .block-desc-container, + .issue-external-reference { @include font-size(small); margin-top: .5rem; } .item-generated-us, .task-belongs-to, - .item-origin-issue { + .item-origin-issue, + .issue-external-reference { a { cursor: pointer; padding: 0 .2rem;