Add a tooltip for post creation button.
This commit is contained in:
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user