Adds block option to status menu

This commit is contained in:
Mouse Reeve
2021-01-21 16:43:40 -08:00
parent 7ed63bacc9
commit 54f8a65ae2
2 changed files with 12 additions and 2 deletions

View File

@ -54,11 +54,9 @@
<div class="card-footer-item">
<a href="{{ status.remote_id }}">{{ status.published_date | post_date }}</a>
</div>
{% if status.user == request.user %}
<div class="card-footer-item">
{% include 'snippets/status_options.html' with class="is-small" right=True %}
</div>
{% endif %}
{% endblock %}