1
0
mirror of https://github.com/aquatix/digimarks.git synced 2025-12-07 00:15:10 +01:00

Different note icon, was same as title

This commit is contained in:
2016-08-16 21:44:31 +02:00
parent 40b7937876
commit 9a15a9946c
2 changed files with 2 additions and 2 deletions

View File

@@ -86,7 +86,7 @@
<div><i class="small material-icons yellow-text">star</i></div>
{% endif %}
{% if bookmark.note %}
<div><i class="small material-icons white-text" title="{{ bookmark.note|truncate(100) }}">description</i></div>
<div><i class="small material-icons white-text" title="{{ bookmark.note|truncate(100) }}">comment</i></div>
{% endif %}
</div>
<div class="card-stacked">