Class: Decidim::Meetings::MeetingLCell

Inherits:
CardLCell
  • Object
show all
Defined in:
app/cells/decidim/meetings/meeting_l_cell.rb

Overview

This cell renders the List (:l) meeting card for an instance of a Meeting

Direct Known Subclasses

MeetingsMapCell

Instance Method Summary collapse

Instance Method Details

#extra_classObject



18
19
20
# File 'app/cells/decidim/meetings/meeting_l_cell.rb', line 18

def extra_class
  "card__calendar-list__reset"
end

#has_image?Boolean

Returns:

  • (Boolean)


14
15
16
# File 'app/cells/decidim/meetings/meeting_l_cell.rb', line 14

def has_image?
  true
end

#imageObject



22
23
24
# File 'app/cells/decidim/meetings/meeting_l_cell.rb', line 22

def image
  render
end