Remove unused code

This commit is contained in:
Artur Beljajev 2018-01-16 10:04:08 +02:00
parent ef0126367c
commit 80331072d6
2 changed files with 0 additions and 14 deletions

View file

@ -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

View file

@ -505,7 +505,6 @@ en:
log_in: 'Log in'
domains: 'Domains'
register: 'Register'
check: 'Check'
contacts: 'Contacts'
domain_info: 'Domain info'
domain_details: 'Domain details'