Tweak CSS for DMs admin section
This commit is contained in:
parent
b1832bcec0
commit
9c12a67311
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@
|
||||||
<div id="direct_messages" style="margin-top:50px;">
|
<div id="direct_messages" style="margin-top:50px;">
|
||||||
|
|
||||||
{% for thread in threads %}
|
{% for thread in threads %}
|
||||||
<h4><a href="/admin/thread?oid={{thread.oid}}">With {{ ", ".join(thread.participants) }}</a>
|
<h4><a class="lcolor" href="/admin/thread?oid={{thread.oid}}">With {{ ", ".join(thread.participants) }}</a>
|
||||||
<small class="lcolor">{{ thread.len }} message{% if thread.len > 1 %}s{% endif %}</small>
|
<small class="lcolor">{{ thread.len }} message{% if thread.len > 1 %}s{% endif %}</small>
|
||||||
</h4>
|
</h4>
|
||||||
{{ utils.display_note(thread.last_reply.activity.object, meta=thread.last_reply.meta) }}
|
{{ utils.display_note(thread.last_reply.activity.object, meta=thread.last_reply.meta) }}
|
||||||
|
|
Loading…
Reference in a new issue