Top page renamed to 'statistics'.

This commit is contained in:
Alexey Skobkin 2017-01-10 04:24:22 +03:00
parent bfc40d595c
commit b3822c5be6
4 changed files with 4 additions and 4 deletions

View File

@ -25,7 +25,7 @@
{% block header_navbar_menus %}
<ul class="nav navbar-nav">
<li><a href="{{ path('index') }}"><span class="glyphicon glyphicon-home"></span> {{ 'Main'|trans }}</a></li>
<li><a href="{{ path('users_top') }}"><span class="glyphicon glyphicon-stats"></span> {{ 'Top'|trans }}</a></li>
<li><a href="{{ path('statistics') }}"><span class="glyphicon glyphicon-stats"></span> {{ 'Statistics'|trans }}</a></li>
<li><a href="{{ path('events_last') }}"><span class="glyphicon glyphicon-th-list"></span> {{ 'Last'|trans }}</a></li>
</ul>
<ul class="nav navbar-nav navbar-right">

View File

@ -26,7 +26,7 @@ user_show:
requirements:
login: '[\w-]+'
users_top:
statistics:
path: /users/top
defaults: { _controller: SkobkinPointToolsBundle:User:top }
methods: [GET]

View File

@ -3,7 +3,7 @@
# Header
Toggle navigation: Переключить навигацию
Main: Главная
Top: Топ
Statistics: Статистика
Report a bug: Сообщить об ошибке
Telegram Bot: Бот в Telegram
Last: Последнее

View File

@ -1,6 +1,6 @@
{% extends "::base.html.twig" %}
{% block header_title %}Top @ Point Tools{% endblock %}
{% block header_title %}Stats @ Point Tools{% endblock %}
{% block head_js %}
{{ parent() }}