diff --git a/templates/bookmarks.html b/templates/bookmarks.html index 0d0b038..4f161ce 100644 --- a/templates/bookmarks.html +++ b/templates/bookmarks.html @@ -78,7 +78,7 @@ {% endfor %} more_vert -
+
{% if bookmark.http_status != 200 %} report_problem @@ -96,7 +96,7 @@ [ no title ] {% endif %}
-
+
Added @ {{ bookmark.created_date.strftime('%Y-%m-%d %H:%M') }}close diff --git a/templates/publicbookmarks.html b/templates/publicbookmarks.html index 3b32513..7ce942e 100644 --- a/templates/publicbookmarks.html +++ b/templates/publicbookmarks.html @@ -27,25 +27,29 @@
{% for bookmark in bookmarks %}
-
+
- more_vert + more_vert +
+
{% if bookmark.http_status != 200 %} report_problem {% endif %} {% if bookmark.favicon %}     {% endif %} -

+ {% if bookmark.starred == True %} - star + star {% endif %} {% if bookmark.title %} {{ bookmark.title }} {% else %} [ no title ] {% endif %} -

+ +
+
Added @ {{ bookmark.created_date.strftime('%Y-%m-%d %H:%M') }}close