mirror of
https://github.com/internetee/registry.git
synced 2025-08-06 01:35:10 +02:00
Add list view to domain transfers
This commit is contained in:
parent
d2565d646d
commit
6852aacd3b
11 changed files with 95 additions and 18 deletions
|
@ -32,7 +32,7 @@
|
|||
%li
|
||||
= link_to t('shared.domain_list'), client_domains_path
|
||||
%li
|
||||
= link_to t('shared.transfer_domain'), new_client_domain_transfer_path
|
||||
= link_to t('shared.domain_transfers_list'), client_domain_transfers_path
|
||||
|
||||
- active_class = ['client/contacts'].include?(params[:controller]) ? 'active' :nil
|
||||
%li.dropdown{class: active_class}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue