diff --git a/client/src/app/+my-library/my-follows/my-followers.component.html b/client/src/app/+my-library/my-follows/my-followers.component.html index a39362166..43d0267d4 100644 --- a/client/src/app/+my-library/my-follows/my-followers.component.html +++ b/client/src/app/+my-library/my-follows/my-followers.component.html @@ -1,10 +1,11 @@ -

- +
+

My followers - {{ pagination.totalItems }} - -

+

+ + {{ pagination.totalItems }} +
diff --git a/client/src/app/app.component.html b/client/src/app/app.component.html index c6e581ddb..c81d2ac65 100644 --- a/client/src/app/app.component.html +++ b/client/src/app/app.component.html @@ -60,7 +60,7 @@
-
+

{{ message.summary }}

{{ message.detail }}

diff --git a/client/src/app/app.component.ts b/client/src/app/app.component.ts index 5e376322c..736ee7359 100644 --- a/client/src/app/app.component.ts +++ b/client/src/app/app.component.ts @@ -202,16 +202,6 @@ export class AppComponent implements OnInit, AfterViewInit { } } - getNotificationRole (message: { severity: 'success' | 'error' | 'info' }) { - switch (message.severity) { - case 'error': - return 'alert' - - default: - return 'status' - } - } - // --------------------------------------------------------------------------- private initRouteEvents () {