Merge branch '117806281-clickable_actions' into staging

This commit is contained in:
Stas 2016-05-10 17:25:05 +03:00
commit a546dd9839

View file

@ -123,7 +123,11 @@
%td{colspan: 8}
%pre
- 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
= t(:cant_match_version)