Skip to content

Commit

Permalink
Add admin arrow to all matchlists
Browse files Browse the repository at this point in the history
  • Loading branch information
Prillan committed May 29, 2015
1 parent 22e86b1 commit c7f7dfe
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions templates/matchlist.djhtml
Expand Up @@ -254,9 +254,6 @@ In general, if you're trying to figure out how this works, may God have mercy on
value="y">
{% endif %}
{% endif %}
<a target="new" href="/admin/ratings/match/{{ m.match_id }}/">
<span class="right-caret"></span>
</a>
{% elif lm_predict %}
<a target="new" href="{{ m|makematchlink|safe }}">
<span class="right-caret"></span>
Expand All @@ -278,6 +275,11 @@ In general, if you're trying to figure out how this works, may God have mercy on
alt="{{ m.offline|yesno:"offline,online" }}"
title="{{ m.offline|yesno:offon }}">
{% endif %}
{% if lm_adm or adm %}
<a target="new" href="/admin/ratings/match/{{ m.match_id }}/">
<span class="right-caret"></span>
</a>
{% endif %}
</td>
</tr>
{% endif %}
Expand Down

0 comments on commit c7f7dfe

Please sign in to comment.