Skip to content

Commit

Permalink
Merge pull request rapidpro#77 from praekelt/feature/issue-77-show-as…
Browse files Browse the repository at this point in the history
…signed-user-in-case-details

Show assigned user in case details
  • Loading branch information
Rudi committed Aug 12, 2016
2 parents a14a38b + c5f855c commit 5af36fd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions templates/cases/case_read.haml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,8 @@
:
%a{ ng-href:"/partner/read/[[ caseObj.assignee.id ]]/" }
[[ caseObj.assignee.name ]]
%a{ ng-href:"/user/read/[[ caseObj.user_assignee.id ]]/", ng-if:"caseObj.user_assignee" }
([[ caseObj.user_assignee.name ]])
%li
%strong><
- trans "Status"
Expand Down

0 comments on commit 5af36fd

Please sign in to comment.