Skip to content

Commit

Permalink
Add registration deadline if any to inactive domain info
Browse files Browse the repository at this point in the history
  • Loading branch information
yulgolem committed May 7, 2020
1 parent e5dffa1 commit 17f156c
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions app/views/whois_record/inactive.erb
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,14 @@
Estonia .ee Top Level Domain WHOIS server

Domain:
name: <%= json['name'] %>
name: <%= json['name'] %>
<%- for st in Array(json['status']) -%>
status: <%= st %>
status: <%= st %>
<%- end -%>
<%- if json['registration_deadline'] -%>
registration deadline: <%= json['registration_deadline'] %>
<%- end -%>


Estonia .ee Top Level Domain WHOIS server
More information at http://internet.ee

0 comments on commit 17f156c

Please sign in to comment.