Remove assigned text button

stable
Xavier Julián 2016-04-20 09:41:36 +02:00 committed by Juanfran
parent c5892f95c1
commit 40351d6ce0
1 changed files with 3 additions and 1 deletions

View File

@ -13,6 +13,7 @@
<% }; %> <% }; %>
.assigned-to-options .assigned-to-options
<% if (isEditable) { %>
a( a(
href="" href=""
title="{{ 'COMMON.ASSIGNED_TO.TITLE_ACTION_EDIT_ASSIGNMENT'|translate }}" title="{{ 'COMMON.ASSIGNED_TO.TITLE_ACTION_EDIT_ASSIGNMENT'|translate }}"
@ -25,6 +26,7 @@
<% if (isEditable && !isUnassigned) { %> <% if (isEditable && !isUnassigned) { %>
tg-svg(svg-icon="icon-arrow-down") tg-svg(svg-icon="icon-arrow-down")
<% }; %> <% }; %>
<% }; %>
<% if (isEditable && isUnassigned) { %> <% if (isEditable && isUnassigned) { %>
span(translate="COMMON.OR") span(translate="COMMON.OR")