mirror of
https://github.com/internetee/registry.git
synced 2025-08-02 16:02:03 +02:00
Story#107699154 - whois text report typo
This commit is contained in:
parent
b8f1dbbf54
commit
32a3615ad6
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ changed: <%= contact['changed'].to_s.tr('T',' ').sub('+', ' +') %>
|
|||
<%- end -%>
|
||||
<% if json['tech_contacts'].present? %>
|
||||
Technical contact:
|
||||
<%- for contact in json['admin_contacts'] -%>
|
||||
<%- for contact in json['tech_contacts'] -%>
|
||||
name: <%= contact['name'] %>
|
||||
email: Not Disclosed - Visit www.internet.ee for webbased WHOIS
|
||||
changed: <%= contact['changed'].to_s.tr('T',' ').sub('+', ' +') %>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue