1
0
mirror of https://github.com/aquatix/digimarks.git synced 2025-12-06 22:05:09 +01:00

'Add' FAB on bookmarks overview page

This commit is contained in:
2016-08-01 15:55:09 +02:00
parent ec9e7701da
commit 3f05bc36cc

View File

@@ -118,4 +118,10 @@
</div>
#}
</div>
<div class="fixed-action-btn" style="bottom: 45px; right: 24px;">
<a class="btn-floating btn-large red" href="{{ url_for('addbookmark', userkey=userkey) }}">
<i class="large material-icons">add</i>
</a>
</div>
{% endblock %}