Class: Panda::Core::Admin::FileGalleryComponent

Inherits:
Base
  • Object
show all
Defined in:
app/components/panda/core/admin/file_gallery_component.rb

Constant Summary

Constants inherited from Base

Base::TAILWIND_MERGER

Instance Method Summary collapse

Methods inherited from Base

#after_template, #attrs, #before_template, #default_attrs, #merge_attrs, #tailwind_merge_attrs

Instance Method Details

#view_templateObject



10
11
12
13
14
15
16
# File 'app/components/panda/core/admin/file_gallery_component.rb', line 10

def view_template
  if @files.any?
    render_gallery
  else
    render_empty_state
  end
end