Add a tooltip for post creation button.

This commit is contained in:
2020-01-18 14:29:59 +01:00
parent 1f8a11a73c
commit 84b1dd6352

View File

@@ -7,5 +7,9 @@
<span *ngIf="listPosts?.length === 0"> <span *ngIf="listPosts?.length === 0">
Aucun article. Aucun article.
</span> </span>
<a routerLink="/posts/new" class="fixed-action-btn green white-text">+</a> <a routerLink="/posts/new"
class="fixed-action-btn green white-text"
mdbTooltip="Créer un article" placement="left">
+
</a>
</div> </div>