mirror of
https://github.com/internetee/registry.git
synced 2025-07-01 08:43:37 +02:00
comment out keyrelay
This commit is contained in:
parent
66c9e5d66b
commit
e2ed907f04
2 changed files with 3 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
- content_for :actions do
|
||||
= 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(:keyrelay), registrar_keyrelay_path, class: 'btn btn-default')
|
||||
-# = 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)
|
||||
|
||||
|
|
|
@ -2,6 +2,8 @@
|
|||
|
||||
### Keyrelay
|
||||
|
||||
NB! Keyrelay not implemented.
|
||||
|
||||
Field name Min-max Field description
|
||||
--------------------- ------- -----------------
|
||||
<ext:keyrelay> 1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue