#376: updated output
This commit is contained in:
parent
8c2175d890
commit
93a0beb0d2
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue