From 51446b5d12b626f7cadeb1115c346639456e7b57 Mon Sep 17 00:00:00 2001 From: Michiel Scholten Date: Sat, 23 Jul 2016 15:27:05 +0200 Subject: [PATCH] Icons on buttons, better datetime layout --- templates/edit.html | 32 ++++++++++++++++++-------------- 1 file changed, 18 insertions(+), 14 deletions(-) diff --git a/templates/edit.html b/templates/edit.html index 498938e..61c939b 100644 --- a/templates/edit.html +++ b/templates/edit.html @@ -64,13 +64,13 @@
-

+

{% if bookmark.url_hash %}
-

+

{% endif %} @@ -82,17 +82,21 @@
{{ bookmark.created_date.strftime('%Y-%m-%d %H:%M') }}
#} - - - - - - {% if bookmark.modified_date %} - - - - - {% endif %} -
Added{{ bookmark.created_date.strftime('%Y-%m-%d %H:%M') }}
Modified{{ bookmark.modified_date.strftime('%Y-%m-%d %H:%M') }}
+
+
+ + + + + + {% if bookmark.modified_date %} + + + + + {% endif %} +
Added{{ bookmark.created_date.strftime('%Y-%m-%d %H:%M') }}
Modified{{ bookmark.modified_date.strftime('%Y-%m-%d %H:%M') }}
+
+
{% endif %} {% endblock %}