From 4739ee0421a122307848252535a1342389477204 Mon Sep 17 00:00:00 2001 From: ismail Akbudak Date: Wed, 22 Jun 2016 15:52:34 +0300 Subject: [PATCH] add portal title --- templates/app/views/layouts/hq/partials/_navbar.html.haml.erb | 1 + templates/config/locales/view.tr.yml | 1 + 2 files changed, 2 insertions(+) diff --git a/templates/app/views/layouts/hq/partials/_navbar.html.haml.erb b/templates/app/views/layouts/hq/partials/_navbar.html.haml.erb index be37bb6..bf1964c 100644 --- a/templates/app/views/layouts/hq/partials/_navbar.html.haml.erb +++ b/templates/app/views/layouts/hq/partials/_navbar.html.haml.erb @@ -2,6 +2,7 @@ %a.navbar-brand{href: hq_dashboard_index_path} %i.icon-beer <%= app_name %> + = t('navbar.admin_portal') %ul.nav.navbar-nav.pull-right %li.dropdown.user %a.dropdown-toggle{'data-toggle' => 'dropdown', href: '#'} diff --git a/templates/config/locales/view.tr.yml b/templates/config/locales/view.tr.yml index ae9b07c..223665c 100644 --- a/templates/config/locales/view.tr.yml +++ b/templates/config/locales/view.tr.yml @@ -30,6 +30,7 @@ tr: sign_out: Çıkış yap edit_login_info: Giriş bilgilerini güncelle home_page: Anasayfa + admin_portal: Yönetici Portalı tooltips: delete: Sil are_you_sure: Devam etmek istedğinize emin misiniz?