Merge branch 'story/117124725-registrant-change' into staging

# Conflicts:
#	app/jobs/domain_delete_confirm_job.rb
This commit is contained in:
Vladimir Krylov 2016-04-14 13:44:44 +03:00
parent 145544357f
commit 7b3d447a65

View file

@ -1,7 +1,7 @@
- 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
= render 'shared/title', name: domain.name
- if @version
- children = HashWithIndifferentAccess.new(@version.children)