-
+
-
-
+
{% if status.user == request.user %}
-
-
-{% endif %}
{% endblock %}
diff --git a/bookwyrm/templates/snippets/status_options.html b/bookwyrm/templates/snippets/status_options.html
new file mode 100644
index 00000000..5a9036be
--- /dev/null
+++ b/bookwyrm/templates/snippets/status_options.html
@@ -0,0 +1,18 @@
+{% extends 'snippets/components/dropdown.html' %}
+
+{% block dropdown-trigger %}
+
+ More options
+
+{% endblock %}
+
+{% block dropdown-list %}
+
+
+
+{% endblock %}
-
{% for shelf in request.user.shelf_set.all %}
- diff --git a/bookwyrm/templates/snippets/status_body.html b/bookwyrm/templates/snippets/status_body.html index aee29ba1..59ab234d 100644 --- a/bookwyrm/templates/snippets/status_body.html +++ b/bookwyrm/templates/snippets/status_body.html @@ -56,7 +56,7 @@
- {% include 'snippets/toggle/toggle_button.html' with controls_text="more-info" controls_uid=status.id text="More options" icon="dots-three" class="is-small" %}
+ {% include 'snippets/status_options.html' with class="is-small" right=True %}
{% endif %}
{% endblock %}
@@ -74,22 +74,4 @@
{% endwith %}
{% endif %}
-
-{% if status.user == request.user %}
-
- {% if status.user == request.user %}
-
-
-
-
- {% endif %}
-