Revert last 3 commits
This commit is contained in:
parent
87e8f3d966
commit
dfc12f81f2
20 changed files with 486 additions and 272 deletions
|
@ -6,13 +6,10 @@
|
|||
{% endcompress %}
|
||||
{% endblock %}
|
||||
|
||||
{% block content_title %}{{ _('Statistics') }}{% endblock %}
|
||||
{% block content_title %}{% endblock %}
|
||||
{% block title_ruler %}{% endblock %}
|
||||
|
||||
{% block body %}
|
||||
<div class="tabs">
|
||||
<li{% if tab == 'language' %} class="active"{% endif %}>
|
||||
<a href="{{ url('language_stats') }}">{{ _('Language') }}</a>
|
||||
</li>
|
||||
</div>
|
||||
{% include "stats/tab.html" %}
|
||||
{% block chart_body %}{% endblock %}
|
||||
{% endblock %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue