Class: Oversee::Table::Data

Inherits:
Phlex::HTML
  • Object
show all
Defined in:
app/components/oversee/table/data.rb

Instance Method Summary collapse

Instance Method Details

#view_templateObject



2
3
4
# File 'app/components/oversee/table/data.rb', line 2

def view_template(&)
  td(class: "whitespace-nowrap p-4 text-sm text-gray-500", &)
end