From 32a3615ad60363b3ffb05ba376578e35002f38ba Mon Sep 17 00:00:00 2001 From: Vladimir Krylov Date: Thu, 19 Nov 2015 16:31:22 +0200 Subject: [PATCH] Story#107699154 - whois text report typo --- app/views/for_models/whois.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/for_models/whois.erb b/app/views/for_models/whois.erb index 385368b4a..cb6adac75 100644 --- a/app/views/for_models/whois.erb +++ b/app/views/for_models/whois.erb @@ -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('+', ' +') %>