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:
@@ -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">
|
||||||
|
|||||||
Reference in New Issue
Block a user