minor design change

This commit is contained in:
Michael Save
2012-08-28 01:47:26 +10:00
parent 9fbf24dca5
commit 8828101a0c
2 changed files with 4 additions and 4 deletions

View File

@@ -10,10 +10,7 @@
<tr>
<td class="minimal">
{% if log.username %}
{{ log.username|e }}
<small>
<a href="?/new_PM/{{ log.username|e }}">[PM]</a>{% if not username %} <a href="?/log:{{ log.username|e }}">[&hellip;]</a>{% endif %}
</small>
<a href="?/log:{{ log.username|e }}">{{ log.username|e }}</a>
{% elseif log.mod == -1 %}
<em>system</em>
{% else %}