mirror of
https://github.com/internetee/registry.git
synced 2025-07-05 18:53:26 +02:00
Merge branch '117806281-clickable_actions' into staging
This commit is contained in:
commit
b773baffd5
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
|
||||
|
@ -27,7 +28,8 @@
|
|||
- registrant.version_loader = ver
|
||||
- registrant = [registrant]
|
||||
- creator = pending_user.try(:username)
|
||||
- event = 'pending'
|
||||
- event = 'pending'
|
||||
- whodunnit = false
|
||||
|
||||
%td
|
||||
%p.nowrap
|
||||
|
@ -41,7 +43,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