Convert to themed, shared component

This commit is contained in:
Michael Spalti
2022-12-19 12:32:53 -08:00
parent 9fefe064bf
commit d029e80495
22 changed files with 148 additions and 71 deletions

View File

@@ -1,8 +1,6 @@
<div class="row" *ngIf="showBackButton | async" (click)="back()">
<div class="row" *ngIf="showBackButton | async">
<div class="col-12">
<button class="btn btn-secondary back-btn ng-tns-c242-28" >
<i _ngcontent-dspace-angular-c242="" class="fas fa-arrow-left ng-tns-c242-3"></i>
{{"search-browse-item-return" | translate}}</button>
<ds-themed-item-back-button></ds-themed-item-back-button>
</div>
</div>