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