Class: Decidim::Meetings::MeetingListItemCell
- Inherits:
-
MeetingCell
- Object
- ViewModel
- MeetingCell
- Decidim::Meetings::MeetingListItemCell
- Defined in:
- decidim-meetings/app/cells/decidim/meetings/meeting_list_item_cell.rb
Overview
This cell renders the List Item Card (:list_item) meeting card for an instance of a Meeting
This cell must be wrapped in a “<div class=”card card–list“></div>”
Instance Method Summary collapse
Methods included from MeetingCellsHelper
Methods included from TranslatableAttributes
Instance Method Details
#show ⇒ Object
10 11 12 |
# File 'decidim-meetings/app/cells/decidim/meetings/meeting_list_item_cell.rb', line 10 def show render end |