Merge branch '117806281-clickable_actions' into staging

This commit is contained in:
Stas 2016-04-28 15:33:36 +03:00
commit 4dc51a8484

View file

@ -123,7 +123,7 @@
%td{colspan: 8}
%pre
- if version.uuid
= Nokogiri::XML(Epp::ApiLog::EppLog.find_by(uuid: uuid).request)
= Nokogiri::XML(ApiLog::EppLog.find_by(uuid: version.uuid).request)
- else
= t(:cant_match_version)