mirror of
https://github.com/internetee/registry.git
synced 2025-06-05 12:17:30 +02:00
Fix domain history viewing pending_json
This commit is contained in:
parent
ed7bc55e1b
commit
1881992927
1 changed files with 1 additions and 1 deletions
|
@ -139,7 +139,7 @@
|
|||
%td{colspan: 9}
|
||||
= preserve do
|
||||
%pre
|
||||
- formatted_req = Nokogiri::XML(domain.pending_json['frame'])
|
||||
- formatted_req = Nokogiri::XML(domain.pending_json['frame'].to_json)
|
||||
- if formatted_req.errors.none?
|
||||
= formatted_req
|
||||
- else
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue