mirror of
https://github.com/internetee/registry.git
synced 2025-05-17 17:59:47 +02:00
Merge branch '117806281-clickable_actions' into staging
This commit is contained in:
commit
a546dd9839
1 changed files with 5 additions and 1 deletions
|
@ -123,7 +123,11 @@
|
||||||
%td{colspan: 8}
|
%td{colspan: 8}
|
||||||
%pre
|
%pre
|
||||||
- if version.uuid
|
- if version.uuid
|
||||||
= Nokogiri::XML(ApiLog::EppLog.find_by(uuid: version.uuid).request)
|
- req = ApiLog::EppLog.find_by(uuid: version.uuid).try(:request)
|
||||||
|
- if req
|
||||||
|
= Nokogiri::XML(req)
|
||||||
|
- else
|
||||||
|
= t(:cant_match_version)
|
||||||
- else
|
- else
|
||||||
= t(:cant_match_version)
|
= t(:cant_match_version)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue