promote/demote users, started on rebuild

This commit is contained in:
Michael Save
2012-04-14 22:28:21 +10:00
parent 1437a121f7
commit 87281687ed
5 changed files with 136 additions and 13 deletions

View File

@@ -30,7 +30,11 @@
</td>
<td>
{% if mod|hasPermission(config.mod.modlog) %}
<span title="{{ user.action|e }}">{{ user.last|ago }}</span>
{% if user.last %}
<span title="{{ user.action|e }}">{{ user.last|ago }}</span>
{% else %}
<em>never</em>
{% endif %}
{% else %}
&ndash;
{% endif %}