diff options
Diffstat (limited to 'src/web/templates')
-rw-r--r-- | src/web/templates/bookmarks.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/web/templates/bookmarks.html b/src/web/templates/bookmarks.html index 40a7e7b9..6b727a16 100644 --- a/src/web/templates/bookmarks.html +++ b/src/web/templates/bookmarks.html @@ -10,8 +10,8 @@ <a href="{{ bookmark.href }}">{{ bookmark.title }}</a> </h4> <p class="list-group-item-text"> - {{ bookmark.description }}<br /> - {{ ", ".join(bookmark.tags_proxy) }} + <div class="text-muted">{{ bookmark.description }}</div> + {{ " ".join(bookmark.tags_proxy) }} <a href="{{ url_for('bookmark.form', bookmark_id=bookmark.id) }}">edit</a> </p> </a> |