assigned to in public projects
parent
0e3e30d48e
commit
e0087ee34e
|
@ -13,6 +13,11 @@
|
|||
<% }; %>
|
||||
|
||||
.assigned-to-options
|
||||
<% if (!isEditable && fullNameVisible) { %>
|
||||
span.assigned-name
|
||||
<%- fullName %>
|
||||
<% }; %>
|
||||
|
||||
<% if (isEditable) { %>
|
||||
a(
|
||||
href=""
|
||||
|
@ -23,7 +28,7 @@
|
|||
<% if (fullNameVisible) { %>
|
||||
<%- fullName %>
|
||||
<% }; %>
|
||||
<% if (isEditable && !isUnassigned) { %>
|
||||
<% if (!isUnassigned) { %>
|
||||
tg-svg(svg-icon="icon-arrow-down")
|
||||
<% }; %>
|
||||
<% }; %>
|
||||
|
|
Loading…
Reference in New Issue