mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 01:54:15 +00:00
9 lines
320 B
HTML
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>
|