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