From e0087ee34e9d0b6bbad6659249249051228af660 Mon Sep 17 00:00:00 2001 From: Juanfran Date: Wed, 20 Apr 2016 11:33:13 +0200 Subject: [PATCH] assigned to in public projects --- app/partials/common/components/assigned-to.jade | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/app/partials/common/components/assigned-to.jade b/app/partials/common/components/assigned-to.jade index 7e1b7b18..9157fc4d 100644 --- a/app/partials/common/components/assigned-to.jade +++ b/app/partials/common/components/assigned-to.jade @@ -13,6 +13,11 @@ <% }; %> .assigned-to-options + <% if (!isEditable && fullNameVisible) { %> + span.assigned-name + <%- fullName %> + <% }; %> + <% if (isEditable) { %> a( href="" @@ -23,11 +28,11 @@ <% if (fullNameVisible) { %> <%- fullName %> <% }; %> - <% if (isEditable && !isUnassigned) { %> + <% if (!isUnassigned) { %> tg-svg(svg-icon="icon-arrow-down") <% }; %> <% }; %> - + <% if (isEditable && isUnassigned) { %> span(translate="COMMON.OR") |