From 40351d6ce0147cb15c14efafe946dfdd428ff7de Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Xavier=20Juli=C3=A1n?= Date: Wed, 20 Apr 2016 09:41:36 +0200 Subject: [PATCH] Remove assigned text button --- app/partials/common/components/assigned-to.jade | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/app/partials/common/components/assigned-to.jade b/app/partials/common/components/assigned-to.jade index 7642ed6e..7e1b7b18 100644 --- a/app/partials/common/components/assigned-to.jade +++ b/app/partials/common/components/assigned-to.jade @@ -13,6 +13,7 @@ <% }; %> .assigned-to-options + <% if (isEditable) { %> a( href="" title="{{ 'COMMON.ASSIGNED_TO.TITLE_ACTION_EDIT_ASSIGNMENT'|translate }}" @@ -25,7 +26,8 @@ <% if (isEditable && !isUnassigned) { %> tg-svg(svg-icon="icon-arrow-down") <% }; %> - + <% }; %> + <% if (isEditable && isUnassigned) { %> span(translate="COMMON.OR") |