#376: updated output

This commit is contained in:
Vokhmin Alexey V 2014-04-18 02:18:00 +04:00
parent 8c2175d890
commit 93a0beb0d2
1 changed files with 3 additions and 1 deletions

View File

@ -43,7 +43,9 @@ ActiveAdmin.register NodeInstruction do
row :created_at
row :updated_at
row :instruction
row :output
row(:output) do |ni|
ni.output.to_s.lines.join('<br/>').html_safe
end
end
end