mirror of
https://github.com/internetee/registry.git
synced 2025-08-05 01:11:43 +02:00
Merge branch 'master' of github.com:internetee/registry
This commit is contained in:
commit
38dc1c548b
45 changed files with 590 additions and 401 deletions
|
@ -46,22 +46,12 @@
|
|||
%li
|
||||
= link_to t('shared.users'), admin_users_path
|
||||
|
||||
%li.dropdown
|
||||
%a.dropdown-toggle{"data-toggle" => "dropdown", href: "#"}
|
||||
= t('shared.archives')
|
||||
%span.caret
|
||||
%ul.dropdown-menu{role: "menu"}
|
||||
%li.dropdown-header= t('shared.domain')
|
||||
%li
|
||||
= link_to t('shared.versions'), admin_domain_versions_path
|
||||
%li
|
||||
= link_to t('shared.deleted'), admin_domain_histories_path
|
||||
%li
|
||||
= link_to t('shared.domains_history'), admin_domain_versions_path
|
||||
|
||||
%li
|
||||
= link_to t('shared.jobs'), admin_delayed_jobs_path
|
||||
|
||||
%li.dropdown-header= t('shared.contact')
|
||||
%li
|
||||
= link_to t('shared.versions'), admin_contact_versions_path
|
||||
%li
|
||||
= link_to t('shared.deleted'), admin_contact_histories_path
|
||||
|
||||
%ul.nav.navbar-nav.navbar-right
|
||||
%li= link_to t('shared.log_out', user: current_user), '/logout'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue