mirror of
https://github.com/internetee/registry.git
synced 2025-08-03 16:32:04 +02:00
117806281-creator_changes
This commit is contained in:
parent
d179f1c244
commit
be10e84b1b
1 changed files with 7 additions and 2 deletions
|
@ -14,6 +14,7 @@
|
|||
- registrant = Contact.all_versions_for(children[:registrant], version.created_at)
|
||||
- event = version.event
|
||||
- creator = plain_username(version.terminator)
|
||||
- whodunnit = version.try(:whodunnit)
|
||||
- else # pending history
|
||||
- epp_req = false
|
||||
- nameservers = domain.nameservers
|
||||
|
@ -22,7 +23,8 @@
|
|||
- admin_contacts = domain.admin_contacts
|
||||
- registrant = [domain.registrant]
|
||||
- creator = pending_user.try(:username)
|
||||
- event = 'pending'
|
||||
- event = 'pending'
|
||||
- whodunnit = false
|
||||
|
||||
%td
|
||||
%p.nowrap
|
||||
|
@ -36,7 +38,10 @@
|
|||
- else
|
||||
= event
|
||||
%br
|
||||
= creator
|
||||
- if whodunnit
|
||||
= whodunnit
|
||||
- else
|
||||
= creator
|
||||
- if version
|
||||
%p.text-right
|
||||
= link_to "Pure history", admin_domain_version_path(version)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue