mirror of
https://github.com/internetee/registry.git
synced 2025-07-21 18:26:06 +02:00
Merge pull request #20 from internetee/teadur-patch2
Update whois.rb fix issue #1
This commit is contained in:
commit
61c958be0a
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