Method: Blot::Helpers::Grid#row

Defined in:
lib/blot/helpers/grid.rb

#rowObject



23
24
25
26
27
28
29
# File 'lib/blot/helpers/grid.rb', line 23

def row
   :table, class: 'row' do
     :tr do
      yield if block_given?
    end
  end
end