Merge pull request #323 from internetee/registry-266

Registry 266
This commit is contained in:
Timo Võhmar 2016-12-30 12:52:39 +02:00 committed by GitHub
commit a19b121a90

View file

@ -13,8 +13,10 @@ delete: <%= json['delete'].to_s.tr('T',' ').sub('+', ' +') %>
Registrant: Registrant:
name: <%= json['registrant'] %> name: <%= json['registrant'] %>
<% if json['registrant_kind'] != 'priv' -%>
org id: <%= json['registrant_reg_no'] %> org id: <%= json['registrant_reg_no'] %>
country: <%= json['registrant_ident_country_code'] %> country: <%= json['registrant_ident_country_code'] %>
<% end -%>
email: Not Disclosed - Visit www.internet.ee for webbased WHOIS email: Not Disclosed - Visit www.internet.ee for webbased WHOIS
changed: <%= json['registrant_changed'].to_s.tr('T',' ').sub('+', ' +') %> changed: <%= json['registrant_changed'].to_s.tr('T',' ').sub('+', ' +') %>