Class: Panda::Core::Admin::FileGalleryComponent
- Defined in:
- app/components/panda/core/admin/file_gallery_component.rb
Constant Summary
Constants inherited from Base
Instance Method Summary collapse
Methods inherited from Base
#after_template, #attrs, #before_template, #default_attrs, #merge_attrs, #tailwind_merge_attrs
Instance Method Details
#view_template ⇒ Object
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 |