Remove commented code

This commit is contained in:
Artur Beljajev 2018-01-16 09:21:20 +02:00
parent 2ce2f3b491
commit 1c8d3badce

View file

@ -1,9 +1,6 @@
- content_for :actions do - content_for :actions do
= link_to(t(:new), new_registrar_domain_path, class: 'btn btn-primary') = link_to(t(:new), new_registrar_domain_path, class: 'btn btn-primary')
= link_to(t(:transfer), transfer_registrar_domains_path, class: 'btn btn-default') = link_to(t(:transfer), transfer_registrar_domains_path, class: 'btn btn-default')
-# turned off requested by client
-# = link_to(t(:keyrelay), registrar_keyrelay_path, class: 'btn btn-default')
-# = link_to(t(:nameservers), registrar_nameservers_path, class: 'btn btn-default')
= render 'shared/title', name: t(:domains) = render 'shared/title', name: t(:domains)
.row .row