mirror of
https://github.com/minetest/contentdb.git
synced 2024-12-23 06:22:24 +01:00
Add missing .btn to report button
This commit is contained in:
parent
df825a0a84
commit
3f2c7094d9
@ -47,7 +47,7 @@
|
|||||||
</a>
|
</a>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% if current_user != r.author %}
|
{% if current_user != r.author %}
|
||||||
<a class="float-end btn-secondary btn-sm ms-2"
|
<a class="float-end btn btn-secondary btn-sm ms-2"
|
||||||
title="{{ _('Report') }}"
|
title="{{ _('Report') }}"
|
||||||
href="{{ url_for('report.report', url=r.get_url()) }}">
|
href="{{ url_for('report.report', url=r.get_url()) }}">
|
||||||
<i class="fas fa-flag me-1"></i>
|
<i class="fas fa-flag me-1"></i>
|
||||||
|
Loading…
Reference in New Issue
Block a user