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