Clean realm_summary_table.html to use 4 space indentation.

This commit is contained in:
Aditya Bansal 2017-06-06 02:17:51 +05:30 committed by Tim Abbott
parent f2679448e8
commit d8bfeb6b98
2 changed files with 15 additions and 16 deletions

View File

@ -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>

View File

@ -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',