mirror of
https://github.com/minetest/contentdb.git
synced 2024-11-09 17:13:45 +01:00
Add call-to-action to report outdated reviews
This commit is contained in:
parent
522f12356a
commit
1eaa5d8767
@ -123,6 +123,16 @@
|
||||
</aside>
|
||||
{% endif %}
|
||||
|
||||
{% if thread.review and current_user == thread.package.author %}
|
||||
{% set flag %}
|
||||
<i class="fas fa-flag mx-2"></i>
|
||||
{% endset %}
|
||||
<aside class="alert alert-secondary">
|
||||
<strong>{{ _("Is this review outdated?") }}</strong>
|
||||
{{ _("For example, does it complain about issues you've already fixed?") }}
|
||||
{{ _("You can report outdated reviews by clicking %(flag)s on the review.", flag=flag) }}
|
||||
</aside>
|
||||
{% endif %}
|
||||
{% from "macros/threads.html" import render_thread %}
|
||||
{{ render_thread(thread, current_user, form) }}
|
||||
{% endblock %}
|
||||
|
Loading…
Reference in New Issue
Block a user