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 @@ ...@@ -47,13 +47,16 @@
<div class="panel panel-primary"> <div class="panel panel-primary">
<div class="panel-heading">{% trans "Stats" %}</div> <div class="panel-heading">{% trans "Stats" %}</div>
<div class="panel-body"> <div class="panel-body">
<table> <table class="table">
<thead>
<tr> <tr>
<td></td> <td></td>
<th>{% trans "Percent" %}</th> <th>{% trans "Percent" %}</th>
<th>{% trans "Strings" %}</th> <th>{% trans "Strings" %}</th>
<th>{% trans "Words" %}</th> <th>{% trans "Words" %}</th>
</tr> </tr>
</thead>
<tbody>
<tr> <tr>
<th>{% trans "Total" %}</th> <th>{% trans "Total" %}</th>
<td class="percent"></td> <td class="percent"></td>
...@@ -89,6 +92,7 @@ ...@@ -89,6 +92,7 @@
<th>{% trans "Last author" %}<th> <th>{% trans "Last author" %}<th>
<td class="number" colspan="3">{{ object.get_last_author }}</td> <td class="number" colspan="3">{{ object.get_last_author }}</td>
</tr> </tr>
</tbody>
</table> </table>
</div> </div>
</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