Skip to content

Commit

Permalink
Update whois.rb fix issue #1
Browse files Browse the repository at this point in the history
  • Loading branch information
teadur committed Dec 2, 2015
1 parent c303d8f commit 71212a5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/views/for_models/whois.erb
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
More information at http://internet.ee

0 comments on commit 71212a5

Please sign in to comment.