mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-18 15:33:04 +00:00
[CST-5341] Back button moved below the page title
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
<div class="container">
|
<div class="container">
|
||||||
<div class="d-flex justify-content-between">
|
<h3>{{'bitstream.download.page' | translate:{bitstream: (bitstream$ | async)?.name} }}</h3>
|
||||||
<h3>{{'bitstream.download.page' | translate:{bitstream: (bitstream$ | async)?.name} }}</h3>
|
<div class="pt-3">
|
||||||
<button (click)="back()" class="btn btn-outline-secondary">
|
<button (click)="back()" class="btn btn-outline-secondary">
|
||||||
<i class="fas fa-arrow-left"></i> {{'bitstream.download.page.back' | translate}}
|
<i class="fas fa-arrow-left"></i> {{'bitstream.download.page.back' | translate}}
|
||||||
</button>
|
</button>
|
||||||
|
Reference in New Issue
Block a user