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
12 13 14 |
# File 'app/cells/decidim/meetings/meeting_l_cell.rb', line 12 def extra_class "card__calendar-list__reset" end |
#has_image? ⇒ Boolean
Renders the date in the meeting card list
17 18 19 |
# File 'app/cells/decidim/meetings/meeting_l_cell.rb', line 17 def has_image? true end |
#image ⇒ Object
21 22 23 |
# File 'app/cells/decidim/meetings/meeting_l_cell.rb', line 21 def image render end |