Files
dspace-angular/src/app/shared/bitstream-download-page/bitstream-download-page.component.html
2022-02-18 16:56:06 +01:00

9 lines
320 B
HTML

<div class="container">
<h3>{{'bitstream.download.page' | translate:{bitstream: (bitstream$ | async)?.name} }}</h3>
<div class="pt-3">
<button (click)="back()" class="btn btn-outline-secondary">
<i class="fas fa-arrow-left"></i> {{'bitstream.download.page.back' | translate}}
</button>
</div>
</div>