Adding assigned to functionality in issue detail

stable
Alejandro Alonso 2014-07-03 12:43:11 +02:00
parent 8e91fb444f
commit 816b489c30
1 changed files with 1 additions and 1 deletions

View File

@ -277,7 +277,7 @@ AssignedToDirective = ($rootscope) ->
<% if (assignedTo) { %>
<%= assignedTo.full_name_display %>
<% } else { %>
--
Not assigned
<% } %>
</span>
<% if (editable) { %>