mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 10:04:11 +00:00
88248: Theming alert
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
<div *ngIf="!dismissed" class="alert {{type}} alert-dismissible fade show w-100" role="alert" [@enterLeave]="animate">
|
||||
<div *ngIf="!dismissed" class="alert {{type}} alert-dismissible fade show w-100 p-3" role="alert" [@enterLeave]="animate">
|
||||
<span *ngIf="content" [innerHTML]="content | translate"></span>
|
||||
|
||||
<ng-content></ng-content>
|
||||
|
@@ -5,7 +5,7 @@
|
||||
<div *ngIf="item && item.isWithdrawn" class="withdrawn-warning">
|
||||
<ds-alert [type]="AlertTypeEnum.Warning">
|
||||
<div class="d-flex justify-content-between flex-wrap">
|
||||
<span>{{'item.alerts.withdrawn' | translate}}</span>
|
||||
<span class="align-self-center">{{'item.alerts.withdrawn' | translate}}</span>
|
||||
<a routerLink="/home" class="btn btn-primary btn-sm">{{"404.link.home-page" | translate}}</a>
|
||||
</div>
|
||||
</ds-alert>
|
||||
|
Reference in New Issue
Block a user