diff --git a/app/views/downloads/index.html.haml b/app/views/downloads/index.html.haml index e015a4a55..4f55f84b2 100644 --- a/app/views/downloads/index.html.haml +++ b/app/views/downloads/index.html.haml @@ -27,4 +27,4 @@ .actions-bar.wat-cf .actions = will_paginate @downloads - += render 'admin/submenu' diff --git a/config/locales/menu.en.yml b/config/locales/menu.en.yml index fffe58ac3..c7c6afdc7 100644 --- a/config/locales/menu.en.yml +++ b/config/locales/menu.en.yml @@ -38,3 +38,4 @@ en: users: Users register_requests: Invites event_logs: Event log + downloads: Download statistic diff --git a/config/locales/menu.ru.yml b/config/locales/menu.ru.yml index a749c3554..6ae802418 100644 --- a/config/locales/menu.ru.yml +++ b/config/locales/menu.ru.yml @@ -38,3 +38,4 @@ ru: users: Пользователи register_requests: Инвайты event_logs: Лог событий + downloads: Статистика закачек пакетов