6 7 8
# File 'app/components/oversee/table/head.rb', line 6 def row(&) render Oversee::Table::Row.new(&) end
2 3 4
# File 'app/components/oversee/table/head.rb', line 2 def view_template(&) thead(class: "bg-white", &) end