mirror of
https://github.com/internetee/registry.git
synced 2025-08-05 01:11:43 +02:00
eedirekt links to versions
This commit is contained in:
parent
9e9cc07075
commit
582fd59090
3 changed files with 14 additions and 4 deletions
|
@ -42,6 +42,18 @@
|
|||
%ul.dropdown-menu{role: "menu"}
|
||||
%li
|
||||
= link_to t('shared.contact_list'), client_contacts_path
|
||||
|
||||
%li.dropdown
|
||||
%a.dropdown-toggle{"data-toggle" => "dropdown", href: "#"}
|
||||
= t('shared.history')
|
||||
%span.caret
|
||||
%ul.dropdown-menu{role: "menu"}
|
||||
%li
|
||||
= link_to t('shared.domains_history'), client_domain_versions_path
|
||||
%li
|
||||
= link_to t('shared.contacts_history'), client_contact_versions_path
|
||||
|
||||
|
||||
%ul.nav.navbar-nav.navbar-right
|
||||
- if current_user.admin?
|
||||
%li.dropdown
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue