Mumble uses alliance ticker for BLUES (#479)

* Mumble uses alliance ticker for BLUES

* Move alliance ticker section for blues

* Fixed Reviewer translated link
This commit is contained in:
moriartyj
2016-06-26 07:18:48 -07:00
committed by Adarnof
parent c9e490a5c5
commit cb3dd1f393
2 changed files with 10 additions and 3 deletions

View File

@@ -132,7 +132,7 @@
<td class="text-center">
{% if app.approved_denied == None %}
{% if app.reviewer_str %}
<div class="label label-info">{% trans "Reviewer: {{ app.reviewer_str }}</div>
<div class="label label-info">{% trans "Reviewer:" %} {{ app.reviewer_str }}</div>
{% else %}
<div class="label label-warning">{% trans "Pending" %}</div>
{% endif %}