Add a tooltip for post creation button.
This commit is contained in:
@@ -7,5 +7,9 @@
|
||||
<span *ngIf="listPosts?.length === 0">
|
||||
Aucun article.
|
||||
</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>
|
||||
|
||||
Reference in New Issue
Block a user