mirror of https://github.com/zulip/zulip.git
Clean realm_summary_table.html to use 4 space indentation.
This commit is contained in:
parent
f2679448e8
commit
d8bfeb6b98
|
@ -3,21 +3,21 @@
|
|||
<table class="table summary-table sortable table-striped table-bordered">
|
||||
|
||||
<thead class="activity_head">
|
||||
<tr>
|
||||
<th>Realm</th>
|
||||
<th>Active users</th>
|
||||
<th>At-risk users</th>
|
||||
<th>Total users</th>
|
||||
<th>Bots</th>
|
||||
<th>Hours per user</th>
|
||||
<th>Hours</th>
|
||||
<th></th>
|
||||
<th colspan=8>Messages sent</th>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Realm</th>
|
||||
<th>Active users</th>
|
||||
<th>At-risk users</th>
|
||||
<th>Total users</th>
|
||||
<th>Bots</th>
|
||||
<th>Hours per user</th>
|
||||
<th>Hours</th>
|
||||
<th></th>
|
||||
<th colspan=8>Messages sent</th>
|
||||
</tr>
|
||||
</thead>
|
||||
|
||||
<tbody>
|
||||
{% for row in rows %}
|
||||
{% for row in rows %}
|
||||
<tr>
|
||||
|
||||
{# Realm #}
|
||||
|
@ -61,12 +61,12 @@
|
|||
|
||||
{# Messages sent #}
|
||||
{% if row.history %}
|
||||
{{ row.history|safe }}
|
||||
{{ row.history|safe }}
|
||||
{% else %}
|
||||
<td colspan=8></td>
|
||||
<td colspan=8></td>
|
||||
{% endif %}
|
||||
</tr>
|
||||
{% endfor %}
|
||||
{% endfor %}
|
||||
</tbody>
|
||||
|
||||
</table>
|
||||
|
|
|
@ -131,7 +131,6 @@ def check_html_templates(templates, all_dups):
|
|||
'puppet/zulip_ops/files/sparkle/win/sparkle-changelog.html',
|
||||
'static/html/5xx.html',
|
||||
'templates/analytics/activity.html',
|
||||
'templates/analytics/realm_summary_table.html',
|
||||
'templates/analytics/stats.html',
|
||||
'templates/confirmation/confirm_email_change.html',
|
||||
'templates/zerver/emails/confirm_new_email.html',
|
||||
|
|
Loading…
Reference in New Issue