Class: Oversee::Dashboard::Filters

Inherits:
Base
  • Object
show all
Defined in:
app/components/oversee/dashboard/filters.rb

Instance Method Summary collapse

Instance Method Details

#view_templateObject



3
4
5
6
7
# File 'app/components/oversee/dashboard/filters.rb', line 3

def view_template
  div(id: :oversee_filters, class: "hidden pt-4 mt-4 border-t flex flex-col gap-2") do
    render Oversee::Dashboard::Filter.new
  end
end