diff --git a/bookmarks/static/icons.svg b/bookmarks/static/icons.svg new file mode 100644 index 0000000..d7b0031 --- /dev/null +++ b/bookmarks/static/icons.svg @@ -0,0 +1,112 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/bookmarks/templates/bookmarks/bookmark_list.html b/bookmarks/templates/bookmarks/bookmark_list.html index 0ab3b35..7f882da 100644 --- a/bookmarks/templates/bookmarks/bookmark_list.html +++ b/bookmarks/templates/bookmarks/bookmark_list.html @@ -1,6 +1,4 @@ -{% load static %} -{% load shared %} -{% load pagination %} +{% load static shared pagination %} {% if bookmark_list.is_empty %} {% include 'bookmarks/empty_bookmarks.html' %} {% else %} @@ -123,8 +121,8 @@ class="btn btn-link btn-sm btn-icon" data-confirm data-confirm-question="Mark as read?"> - - + + Unread @@ -136,16 +134,16 @@ class="btn btn-link btn-sm btn-icon" data-confirm data-confirm-question="Unshare?"> - - + + Shared {% endif %} {% if bookmark_item.show_notes_button %} diff --git a/bookmarks/templates/bookmarks/bookmark_page.html b/bookmarks/templates/bookmarks/bookmark_page.html index 35cfe34..d4fc239 100644 --- a/bookmarks/templates/bookmarks/bookmark_page.html +++ b/bookmarks/templates/bookmarks/bookmark_page.html @@ -11,19 +11,8 @@ {% bookmark_search bookmark_list.search mode=bookmark_list.search_mode %} {% if bookmark_list.bulk_edit_enabled %} {% endif %} diff --git a/bookmarks/templates/bookmarks/bundle_section.html b/bookmarks/templates/bookmarks/bundle_section.html index eace134..b868f49 100644 --- a/bookmarks/templates/bookmarks/bundle_section.html +++ b/bookmarks/templates/bookmarks/bundle_section.html @@ -1,22 +1,12 @@ +{% load static %} {% if not request.user_profile.hide_bundles %}

Bundles