Style changes
This commit is contained in:
parent
ba3ed04b44
commit
d53677ea66
25 changed files with 389 additions and 371 deletions
|
|
@ -5,12 +5,14 @@
|
|||
{% block content %}
|
||||
<h1>Statistics</h1>
|
||||
|
||||
<ul>
|
||||
<li>{{ T("notes-count") }}: <strong>{{ notes_count }}</strong></li>
|
||||
<li>{{ T("notes-count-with-url") }}: <strong>{{ notes_with_url }}</strong></li>
|
||||
<li>{{ T("revision-count") }}: <strong>{{ revision_count }}</strong></li>
|
||||
<li>{{ T("revision-count-per-page") }}: <strong>{{ (revision_count / notes_count)|round(2) }}</strong></li>
|
||||
<li>{{ T('users-count') }}: <strong>{{ users_count }}</strong></li>
|
||||
<li>{{ T('groups-count') }}: <strong>{{ groups_count }}</strong></li>
|
||||
</ul>
|
||||
<div class="inner-content">
|
||||
<ul>
|
||||
<li>{{ T("notes-count") }}: <strong>{{ notes_count }}</strong></li>
|
||||
<li>{{ T("notes-count-with-url") }}: <strong>{{ notes_with_url }}</strong></li>
|
||||
<li>{{ T("revision-count") }}: <strong>{{ revision_count }}</strong></li>
|
||||
<li>{{ T("revision-count-per-page") }}: <strong>{{ (revision_count / notes_count)|round(2) }}</strong></li>
|
||||
<li>{{ T('users-count') }}: <strong>{{ users_count }}</strong></li>
|
||||
<li>{{ T('groups-count') }}: <strong>{{ groups_count }}</strong></li>
|
||||
</ul>
|
||||
</div>
|
||||
{% endblock %}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue