Set apart "Messages sent" on /activity.

(imported from commit 37faff198396dcf66bb8d99c49030ca5065ab36c)
This commit is contained in:
Steve Howell
2013-12-18 16:50:47 -05:00
parent 23ddf7b88c
commit 304da1d01b

View File

@@ -11,6 +11,7 @@
<th>Bots</th>
<th>Hours per user</th>
<th>Hours</th>
<th></th>
<th colspan=8>Messages sent</th>
</tr>
</thead>
@@ -54,6 +55,8 @@
{{ row.hours }}
</td>
<td>&nbsp;</td>
{# Messages sent #}
{% if row.history %}
{{ row.history|safe }}