directory for shelve button templates

This commit is contained in:
Mouse Reeve
2021-01-30 15:59:50 -08:00
parent 765a6a1878
commit 6ff70d0d2c
7 changed files with 4 additions and 4 deletions

View File

@ -0,0 +1,10 @@
{% extends 'components/dropdown.html' %}
{% block dropdown-trigger %}
<span class="icon icon-arrow-down">
<span class="is-sr-only">More shelves</span>
</span>
{% endblock %}
{% block dropdown-list %}
{% include 'snippets/shelve_button_options.html' with active_shelf=active_shelf shelves=request.user.shelf_set.all dropdown=True class="shelf-option is-fullwidth is-small" %}
{% endblock %}