Adding assigned to functionality in issue detail
parent
8e91fb444f
commit
816b489c30
|
@ -277,7 +277,7 @@ AssignedToDirective = ($rootscope) ->
|
||||||
<% if (assignedTo) { %>
|
<% if (assignedTo) { %>
|
||||||
<%= assignedTo.full_name_display %>
|
<%= assignedTo.full_name_display %>
|
||||||
<% } else { %>
|
<% } else { %>
|
||||||
--
|
Not assigned
|
||||||
<% } %>
|
<% } %>
|
||||||
</span>
|
</span>
|
||||||
<% if (editable) { %>
|
<% if (editable) { %>
|
||||||
|
|
Loading…
Reference in New Issue