Remove assigned text button
parent
c5892f95c1
commit
40351d6ce0
|
@ -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")
|
||||
|
|
||||
|
|
Loading…
Reference in New Issue