Commit 80732a5b authored by Michal Čihař's avatar Michal Čihař

Nicer format stats

Signed-off-by: default avatarMichal Čihař <michal@cihar.com>
parent d4f977df
......@@ -47,13 +47,16 @@
<div class="panel panel-primary">
<div class="panel-heading">{% trans "Stats" %}</div>
<div class="panel-body">
<table>
<table class="table">
<thead>
<tr>
<td></td>
<th>{% trans "Percent" %}</th>
<th>{% trans "Strings" %}</th>
<th>{% trans "Words" %}</th>
</tr>
</thead>
<tbody>
<tr>
<th>{% trans "Total" %}</th>
<td class="percent"></td>
......@@ -89,6 +92,7 @@
<th>{% trans "Last author" %}<th>
<td class="number" colspan="3">{{ object.get_last_author }}</td>
</tr>
</tbody>
</table>
</div>
</div>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment