Skip to content

Commit

Permalink
#1515 Fix case number in alert similarity
Browse files Browse the repository at this point in the history
  • Loading branch information
To-om committed Nov 13, 2020
1 parent d9680e2 commit 5d99ea2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<!-- case title and main details -->
<div class="case-details">
<div class="case-title">
<a ui-sref="app.case.details({caseId: item.case._id})" target="_blank">#{{item.case.caseId}} - {{item.case.title}}</a>
<a ui-sref="app.case.details({caseId: item.case._id})" target="_blank">#{{item.case.number}} - {{item.case.title}}</a>
</div>
<div class="case-tags flexwrap mt-xxs">
<span class="mr-xxxs text-muted"><i class="fa fa-tags"></i></span>
Expand Down

0 comments on commit 5d99ea2

Please sign in to comment.