1
0
mirror of https://github.com/aquatix/digimarks.git synced 2025-12-06 23:05:10 +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> <i class="small material-icons yellow-text">star</i>
{% endif %} {% endif %}
{% if bookmark.note %} {% 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 %} {% endif %}
</div> </div>
<div class="card-stacked"> <div class="card-stacked">