mirror of
https://github.com/internetee/registry.git
synced 2025-07-02 01:03:35 +02:00
updated menu names: now admin users, epp users
This commit is contained in:
parent
0f13de0623
commit
aaee412025
2 changed files with 5 additions and 5 deletions
|
@ -39,14 +39,12 @@
|
|||
|
||||
%li.divider
|
||||
%li.dropdown-header= t('shared.users')
|
||||
%li= link_to t('shared.epp_users'), admin_epp_users_path
|
||||
%li= link_to t('shared.users'), admin_users_path
|
||||
|
||||
|
||||
|
||||
%li= link_to t(:admin_users), admin_users_path
|
||||
%li= link_to t(:epp_users), admin_epp_users_path
|
||||
|
||||
%ul.nav.navbar-nav.navbar-right
|
||||
%li= link_to t('shared.log_out', user: current_user), '/logout'
|
||||
|
||||
/ /.nav-collapse
|
||||
.container
|
||||
- display = (flash.empty?) ? 'none' : 'block'
|
||||
|
|
|
@ -431,3 +431,5 @@ en:
|
|||
required_parameter_missing_choice: 'Required parameter missing: %{param_1} or %{param_2}'
|
||||
background_jobs: Background jobs
|
||||
domain_history: Domain history
|
||||
admin_users: Admin users
|
||||
epp_users: EPP users
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue