From 6dcbb1a48cf5b40bc0edc406022454d928a50b4f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Barrag=C3=A1n=20Merino?= Date: Fri, 27 May 2016 13:14:34 +0200 Subject: [PATCH] [Backport] Fix close button in tribe link popover (now is when :smile_cat:) --- app/modules/components/tribe-button/tribe-linked.jade | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/modules/components/tribe-button/tribe-linked.jade b/app/modules/components/tribe-button/tribe-linked.jade index 852c98b2..965e8997 100644 --- a/app/modules/components/tribe-button/tribe-linked.jade +++ b/app/modules/components/tribe-button/tribe-linked.jade @@ -12,7 +12,8 @@ ng-click="vm.hide()" href="" title="{{ 'US.TRIBE.CLOSE' | translate }}" - ) tg-svg.icon-remove(svg-icon="icon-close") + ) + tg-svg.icon-remove(svg-icon="icon-close") a.gig-title( href="{{::vm.tribeHost}}/gigs/{{gigId}}"