Add "new publication" button.

This commit is contained in:
Florian THIERRY
2024-09-04 14:19:26 +02:00
parent 64119a956a
commit d7ac4966c9
3 changed files with 41 additions and 1 deletions

View File

@@ -1,4 +1,12 @@
<h1>Your publications</h1>
<a [routerLink]="['/publications/new']"
class="new-publication"
matTooltip="Add a new publication"
matTooltipPosition="left">
+
</a>
@if ((isLoading$ | async) === true) {
<h2>Publication loading...</h2>
<mat-spinner></mat-spinner>