1
0
mirror of https://github.com/aquatix/digimarks.git synced 2025-12-06 22:05:09 +01:00

Actually show the note in title, but truncate to be safe

This commit is contained in:
2016-08-16 21:34:03 +02:00
parent b12974fc31
commit 38155cafaa

View File

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