1
0
mirror of https://github.com/aquatix/digimarks.git synced 2025-12-07 00:15:10 +01:00

Implemented listing of bookmarks

This commit is contained in:
2018-03-27 09:17:48 +02:00
parent 75080579fd
commit fe990ecf63
3 changed files with 79 additions and 2 deletions

View File

@@ -71,7 +71,16 @@
</div>
{% endif %}
{% include 'cards.html' %}
<div class="row">
<div><a href="{{ url_for('bookmarks_page', userkey=userkey, filtermethod=filtermethod, sortmethod=sortmethod, show_as='list') }}">list</a>
</div>
</div>
{% if show_as and show_as == 'list' %}
{% include 'list.html' %}
{% else %}
{% include 'cards.html' %}
{% endif %}
<div class="fixed-action-btn" style="bottom: 20px; right: 20px;">
<a class="btn-floating btn-large {{ theme.FAB }}" href="{{ url_for('addbookmark', userkey=userkey) }}">