mirror of
https://github.com/internetee/registry.git
synced 2025-07-06 19:23:19 +02:00
Remove commented code
This commit is contained in:
parent
2ce2f3b491
commit
1c8d3badce
1 changed files with 0 additions and 3 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue