Add translations to /app/views/admins/_admin_bar.haml
This commit is contained in:
parent
2d32595db6
commit
7cb577a24f
1 changed files with 6 additions and 7 deletions
|
|
@ -1,12 +1,11 @@
|
||||||
#admin_nav
|
#admin_nav
|
||||||
%h2
|
%h2
|
||||||
Pages
|
= t('.pages')
|
||||||
%ul
|
%ul
|
||||||
%li= link_to 'User Search', user_search_path
|
%li= link_to t('.user_search'), user_search_path
|
||||||
%li= link_to 'Weekly User Stats', weekly_user_stats_path
|
%li= link_to t('.weekly_user_stats'), weekly_user_stats_path
|
||||||
%li= link_to 'Pod Stats', pod_stats_path
|
%li= link_to t('.pod_stats'), pod_stats_path
|
||||||
%li= link_to 'Correlations', correlations_path
|
%li= link_to t('.correlations'), correlations_path
|
||||||
- if AppConfig[:mount_resque_web]
|
- if AppConfig[:mount_resque_web]
|
||||||
%li= link_to 'Resque Overview', resque_web_path
|
%li= link_to t('.resque_overview'), resque_web_path
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue