From 69ccf18265a35cce416becd8c6746e2a9ce58f00 Mon Sep 17 00:00:00 2001 From: Alexander Machehin Date: Wed, 28 Mar 2012 19:19:42 +0600 Subject: [PATCH] [refs #270] added statistics to admins menu --- app/views/downloads/index.html.haml | 2 +- config/locales/menu.en.yml | 1 + config/locales/menu.ru.yml | 1 + 3 files changed, 3 insertions(+), 1 deletion(-) 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: Статистика закачек пакетов