Class: Decidim::Meetings::MeetingLCell
- Inherits:
-
CardLCell
- Object
- CardLCell
- Decidim::Meetings::MeetingLCell
- 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
Instance Method Summary collapse
- #extra_class ⇒ Object
-
#has_image? ⇒ Boolean
Renders the date in the meeting card list.
- #image ⇒ Object
Instance Method Details
#extra_class ⇒ Object
14 15 16 |
# File 'app/cells/decidim/meetings/meeting_l_cell.rb', line 14 def extra_class "card__calendar-list__reset" end |
#has_image? ⇒ Boolean
Renders the date in the meeting card list
19 20 21 |
# File 'app/cells/decidim/meetings/meeting_l_cell.rb', line 19 def has_image? true end |
#image ⇒ Object
23 24 25 |
# File 'app/cells/decidim/meetings/meeting_l_cell.rb', line 23 def image render end |