Method: Blot::Helpers::Grid#row
- Defined in:
- lib/blot/helpers/grid.rb
#row ⇒ Object
23 24 25 26 27 28 29 |
# File 'lib/blot/helpers/grid.rb', line 23 def row content_tag :table, class: 'row' do content_tag :tr do yield if block_given? end end end |