Skip to content

Commit

Permalink
issue: move 'new' badge
Browse files Browse the repository at this point in the history
* Moves the 'new' badge from left to right sight of the barcode
display when we receive a new regular issue.

Co-authored-by: Renaud Michotte <[email protected]>
  • Loading branch information
zannkukai committed Jun 25, 2020
1 parent 5e42130 commit 3b0fb15
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -100,8 +100,8 @@ <h3>
*ngFor="let item of this.receivedItems"
[ngClass]="{'deleted-status': item.metadata.issue.status == 'deleted'}">
<div class="col-sm-4 text">
<span class="badge badge-pill badge-info" *ngIf="item.new_issue" translate>New</span>
{{ item.metadata.issue.display_text }}
<span class="badge badge-pill badge-info pl-2" *ngIf="item.new_issue" translate>New</span>
</div>
<div class="col-sm-1 text-center">
<i class="fa fa-circle" title="{{ item.metadata.issue.status | translate }}"
Expand Down

0 comments on commit 3b0fb15

Please sign in to comment.