Sha256: 7322e402ae0b8f954507878bea9f73ba4a5ee921ab6d5f32b5ed0a18284ddcd8
Contents?: true
Size: 454 Bytes
Versions: 21
Compression:
Stored size: 454 Bytes
Contents
Voom::Presenters.define(:code) do if context[:file] grid do column 12 do body '' expansion_panel 'Show Source' do content do form do source = File.read(context[:file]) text_area full_width: true, rows: source.split("\n").size do value source label 'Source' end end end end end end end end
Version data entries
21 entries across 21 versions & 1 rubygems