mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-18 07:23:03 +00:00
w2p-85140 ds-rss component now adds a button to all search pages and community and collection, link-head service adds the rss to the head element
This commit is contained in:
5
src/app/shared/rss-feed/rss.component.html
Normal file
5
src/app/shared/rss-feed/rss.component.html
Normal file
@@ -0,0 +1,5 @@
|
||||
<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>
|
Reference in New Issue
Block a user