mirror of
https://github.com/internetee/registry.git
synced 2025-07-21 10:16:01 +02:00
Story#115762063 - preload name
This commit is contained in:
parent
e4cdd23248
commit
6545ac2ae6
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