mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 05:23:35 +00:00
Set apart "Messages sent" on /activity.
(imported from commit 37faff198396dcf66bb8d99c49030ca5065ab36c)
This commit is contained in:
@@ -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> </td>
|
||||
|
||||
{# Messages sent #}
|
||||
{% if row.history %}
|
||||
{{ row.history|safe }}
|
||||
|
||||
Reference in New Issue
Block a user