Sha256: 682638ab9dcab27efa79e9ec049d540a415803480a09f150c89ad3606b0d7363
Contents?: true
Size: 348 Bytes
Versions: 21
Compression:
Stored size: 348 Bytes
Contents
Voom::Presenters.define(:debug) do if context[:debug] grid do column 1 column 11 do headline 'Debug Info' title 'Context:' form do text_area full_width: true, rows: context.size do value context.inspect label 'Context' end end end end end end
Version data entries
21 entries across 21 versions & 1 rubygems