mirror of
https://github.com/internetee/registry.git
synced 2025-08-13 13:09:32 +02:00
Update whois.rb fix issue #1
This commit is contained in:
parent
c303d8fd85
commit
71212a5756
1 changed files with 2 additions and 2 deletions
|
@ -17,7 +17,7 @@ email: Not Disclosed - Visit www.internet.ee for webbased WHOIS
|
||||||
changed: <%= json['changed'].to_s.tr('T',' ').sub('+', ' +') %>
|
changed: <%= json['changed'].to_s.tr('T',' ').sub('+', ' +') %>
|
||||||
|
|
||||||
<%- if json['admin_contacts'].present? -%>
|
<%- if json['admin_contacts'].present? -%>
|
||||||
Administrative contact
|
Administrative contact:
|
||||||
<%- for contact in json['admin_contacts'] -%>
|
<%- for contact in json['admin_contacts'] -%>
|
||||||
name: <%= contact['name'] %>
|
name: <%= contact['name'] %>
|
||||||
email: Not Disclosed - Visit www.internet.ee for webbased WHOIS
|
email: Not Disclosed - Visit www.internet.ee for webbased WHOIS
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue