From 71212a575613c7b05c296dd21735308dd6fccfa0 Mon Sep 17 00:00:00 2001 From: teadur Date: Wed, 2 Dec 2015 20:35:06 +0200 Subject: [PATCH] Update whois.rb fix issue #1 --- app/views/for_models/whois.erb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/views/for_models/whois.erb b/app/views/for_models/whois.erb index cb6adac753..f1eba3ecf7 100644 --- a/app/views/for_models/whois.erb +++ b/app/views/for_models/whois.erb @@ -17,7 +17,7 @@ email: Not Disclosed - Visit www.internet.ee for webbased WHOIS changed: <%= json['changed'].to_s.tr('T',' ').sub('+', ' +') %> <%- if json['admin_contacts'].present? -%> -Administrative contact +Administrative contact: <%- for contact in json['admin_contacts'] -%> name: <%= contact['name'] %> email: Not Disclosed - Visit www.internet.ee for webbased WHOIS @@ -57,4 +57,4 @@ changed: <%= json['dnssec_changed'].to_s.tr('T',' ').sub('+', ' +') %> <%- end -%> Estonia .ee Top Level Domain WHOIS server -More information at http://internet.ee \ No newline at end of file +More information at http://internet.ee