Skip to content

Commit

Permalink
Merge pull request #64 from internetee/1201-registration-deadline-whois
Browse files Browse the repository at this point in the history
Add registration deadline if any to inactive domain info
  • Loading branch information
vohmar authored May 11, 2020
2 parents e5dffa1 + 17f156c commit 2d11fb4
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 2d11fb4

Please sign in to comment.