mirror of
https://github.com/internetee/registry.git
synced 2025-07-01 16:53:37 +02:00
Remove unused code
This commit is contained in:
parent
ef0126367c
commit
80331072d6
2 changed files with 0 additions and 14 deletions
|
@ -1,13 +0,0 @@
|
||||||
- content_for :tabs do
|
|
||||||
.container.subnav
|
|
||||||
%ul.nav.nav-tabs.navbar-right
|
|
||||||
%li{role: :presentation, class: active == :domains ? 'active' : ''}
|
|
||||||
= link_to t(:all), registrar_domains_path
|
|
||||||
%li{role: :presentation, class: active == :new ? 'active' : ''}
|
|
||||||
= link_to t(:new), new_registrar_domain_path
|
|
||||||
%li{role: :presentation, class: active == :check ? 'active' : ''}
|
|
||||||
= link_to t(:check), check_registrar_domains_path
|
|
||||||
%li{role: :presentation, class: active == :transfer ? 'active' : ''}
|
|
||||||
= link_to t(:transfer), transfer_registrar_domains_path
|
|
||||||
%li{role: :presentation, class: active == :keyrelay ? 'active' : ''}
|
|
||||||
= link_to t(:keyrelay), registrar_keyrelay_path
|
|
|
@ -505,7 +505,6 @@ en:
|
||||||
log_in: 'Log in'
|
log_in: 'Log in'
|
||||||
domains: 'Domains'
|
domains: 'Domains'
|
||||||
register: 'Register'
|
register: 'Register'
|
||||||
check: 'Check'
|
|
||||||
contacts: 'Contacts'
|
contacts: 'Contacts'
|
||||||
domain_info: 'Domain info'
|
domain_info: 'Domain info'
|
||||||
domain_details: 'Domain details'
|
domain_details: 'Domain details'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue