mirror of
https://github.com/internetee/registry.git
synced 2025-07-23 11:16:00 +02:00
whois fix updated time
This commit is contained in:
parent
b4119f0949
commit
746e1816b4
2 changed files with 2 additions and 2 deletions
|
@ -14,7 +14,7 @@ delete: <%= json['delete'].to_s.tr('T',' ').sub('+', ' +') %>
|
|||
Registrant:
|
||||
name: <%= json['registrant'] %>
|
||||
email: Not Disclosed - Visit www.internet.ee for webbased WHOIS
|
||||
changed: <%= json['changed'].to_s.tr('T',' ').sub('+', ' +') %>
|
||||
changed: <%= json['registrant_changed'].to_s.tr('T',' ').sub('+', ' +') %>
|
||||
|
||||
<%- if json['admin_contacts'].present? -%>
|
||||
Administrative contact:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue