Update report closure reasons to improve clarity
This commit is contained in:
@@ -91,13 +91,13 @@
|
||||
<article>
|
||||
<h2>{% if report.is_resolved %}Reopen report{% else %}Close report{% endif %}</h2>
|
||||
<form method="POST" action="">
|
||||
<input type="hidden" name="csrf_token" value="{{ csrf_token() }}" />
|
||||
<input type="hidden" name="csrf_token" value="{{ csrf_token() }}" />
|
||||
{% if report.is_resolved %}
|
||||
<button type="submit" class="btn bg-primary" name="reopen" value="true">{{ _("Reopen") }}</button>
|
||||
{% else %}
|
||||
<button type="submit" class="btn bg-primary" name="completed" value="true">{{ _("Completed / resolved") }}</button>
|
||||
<button type="submit" class="btn bg-primary" name="completed" value="true">{{ _("Completed (action taken)") }}</button>
|
||||
<button type="submit" class="btn bg-primary" name="removed" value="true">{{ _("Content removed") }}</button>
|
||||
<button type="submit" class="btn bg-primary" name="invalid" value="true">{{ _("Invalid") }}</button>
|
||||
<button type="submit" class="btn bg-primary" name="invalid" value="true">{{ _("Invalid / close with no action") }}</button>
|
||||
{% endif %}
|
||||
</form>
|
||||
</article>
|
||||
|
||||
Reference in New Issue
Block a user