Browse Source

slightly more compact ban list

pull/40/head
Michael Save 12 years ago
parent
commit
f0abd961a4
  1. 5
      templates/mod/ban_list.html

5
templates/mod/ban_list.html

@ -37,8 +37,9 @@
{% endif %}
</td>
<td style="white-space: nowrap">
{{ ban.set|date(config.post_date) }}
<small>({{ ban.set|ago }} ago)</small>
<span title="{{ ban.set|date(config.post_date) }}">
{{ ban.set|ago }} ago
</span>
</td>
<td style="white-space: nowrap">
{% if ban.expires == 0 %}

Loading…
Cancel
Save