ui path to iniate blocks

This commit is contained in:
Mouse Reeve
2021-01-25 14:03:18 -08:00
parent d994d8d3c8
commit ac2ab2981f
6 changed files with 69 additions and 16 deletions

View File

@ -0,0 +1,14 @@
{% extends 'snippets/components/dropdown.html' %}
{% load bookwyrm_tags %}
{% block dropdown-trigger %}
<span class="icon icon-dots-three">
<span class="is-sr-only">More options</span>
</span>
{% endblock %}
{% block dropdown-list %}
<li role="menuitem">
{% include 'snippets/block_button.html' with user=user %}
</li>
{% endblock %}