From b775777f3a0aa17411a0b7449aeaf85ea084444f Mon Sep 17 00:00:00 2001 From: PanfilovDenis Date: Fri, 12 Apr 2013 05:46:49 +0000 Subject: [PATCH] add broadcast link to menu --- app/views/layouts/web/shared/_navigation.html.haml | 3 ++- config/locales/ru.yml | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/app/views/layouts/web/shared/_navigation.html.haml b/app/views/layouts/web/shared/_navigation.html.haml index de5d7b28..4305c9c6 100644 --- a/app/views/layouts/web/shared/_navigation.html.haml +++ b/app/views/layouts/web/shared/_navigation.html.haml @@ -15,5 +15,6 @@ = item :li, t(".lectors"), lectors_path = item :li, t(".lectures"), lectures_path = item :li, t('.lectures_20'), user_lectures_path - = item :li, t(".routes"), page_path(:routes) + / = item :li, t(".routes"), page_path(:routes) + = item :li, t(".broadcast"), page_path(:broadcast) = item :li, t(".contacts"), page_path(:contacts) \ No newline at end of file diff --git a/config/locales/ru.yml b/config/locales/ru.yml index 69d7ce78..4b22b6f3 100644 --- a/config/locales/ru.yml +++ b/config/locales/ru.yml @@ -26,6 +26,7 @@ ru: lectures_20: 'Доклады 2.0' schedule: 'Программа' menu: "Меню" + broadcast: "Стачка ON-LINE" navbar: logout: 'Выйти' login: 'Войти'