mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-16 14:33:03 +00:00
Merge pull request #4730 from alanorth/collection-mapper-trash-icon-7x
[Port dspace-7_x] src/app: use correct icon in item mapper
This commit is contained in:
@@ -36,7 +36,7 @@
|
||||
[ngClass]="{'btn-danger': dangerConfirm, 'btn-primary': !dangerConfirm}"
|
||||
[dsBtnDisabled]="selectedIds?.length === 0"
|
||||
(click)="confirmSelected()">
|
||||
<i class="fas fa-trash"></i> {{confirmButton | translate}}
|
||||
<i class="fas" [ngClass]="{'fa-trash': dangerConfirm, 'fa-save': !dangerConfirm}"></i> {{confirmButton | translate}}
|
||||
</button>
|
||||
</div>
|
||||
</ng-container>
|
||||
|
Reference in New Issue
Block a user