mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 10:04:11 +00:00
6 lines
241 B
HTML
6 lines
241 B
HTML
<ng-container *ngIf="isEnabled$ | async">
|
|
<div *ngIf="route$ | async as route" class="d-inline-block float-right margin-right">
|
|
<a [href]="route" class="btn btn-secondary"><i class="fas fa-rss-square"></i></a>
|
|
</div>
|
|
</ng-container>
|