...and add to the admin page (bug 775883)
This commit is contained in:
Родитель
958c5e29ad
Коммит
092eaa2d45
|
@ -12,6 +12,14 @@
|
|||
<p>
|
||||
<label>Status:</label> {{ form.status }}<br>
|
||||
<label>Highest:</label> {{ form.highest_status }}<br>
|
||||
<label>In queues:</label>
|
||||
{% if addon.in_escalation_queue() %}
|
||||
<a href="{{ url('reviewers.apps.queue_escalated') }}">escalation</a>
|
||||
{% endif %}
|
||||
{% if addon.in_rereview_queue() %}
|
||||
<a href="{{ url('reviewers.apps.queue_rereview') }}">rereview</a>
|
||||
{% endif %}
|
||||
<br/>
|
||||
</p>
|
||||
{% if versions %}
|
||||
<h3>Versions & Files</h3>
|
||||
|
|
Загрузка…
Ссылка в новой задаче