mirror of
https://github.com/internetee/registry.git
synced 2025-05-17 17:59:47 +02:00
Merge branch 'story/115762063--show-historical-nested' into staging
This commit is contained in:
commit
d25285fbb6
1 changed files with 2 additions and 1 deletions
|
@ -1,7 +1,8 @@
|
|||
= render 'shared/title', name: @version.reify.name
|
||||
- domain = Domain.new(@version.object.to_h)
|
||||
- @version.object_changes.to_h.each{|k,v| domain[k]=v.last}
|
||||
|
||||
= render 'shared/title', name: @version.reify.name
|
||||
|
||||
- if @version
|
||||
- children = HashWithIndifferentAccess.new(@version.children)
|
||||
- nameservers = Nameserver.all_versions_for(children[:nameservers], @version.created_at)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue