Method: Blot::Helpers::Grid#panel_sub_grid
- Defined in:
- lib/blot/helpers/grid.rb
#panel_sub_grid ⇒ Object
31 32 33 34 35 36 37 38 39 |
# File 'lib/blot/helpers/grid.rb', line 31 def panel_sub_grid content_tag :td, class: 'panel sub-grid' do content_tag :table do content_tag :tr do yield if block_given? end end end end |