Skip to content

Commit

Permalink
ui: better request badge into circulation module
Browse files Browse the repository at this point in the history
Updates the badge used to notify that an item is requested by another
patron : change exclamation icon to shopping-bag icon and display the
patron name.

* Closes rero/rero-ils#883

Co-Authored-By: Renaud Michotte <renaud.michotte@gmail.com>
  • Loading branch information
zannkukai committed Jul 3, 2020
1 parent 0bc1ca1 commit 0aca7dc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
{{ totalAmountOfFee | currency: organisation.default_currency }}</span>
<span title="{{ 'Requests' | translate }}" class="badge badge-secondary font-weight-normal mr-1"
*ngIf="item.pending_loans && item.pending_loans.length">
{{ item.pending_loans.length }} <i class="fa fa-exclamation-circle"></i>
<i class="fa fa-shopping-basket pr-1"></i>{{ item.pending_loans[0].patron.name }}
</span>
</li>
</ul>
Expand Down

0 comments on commit 0aca7dc

Please sign in to comment.