Class: Decidim::Meetings::MeetingListItemCell

Inherits:
MeetingCell
  • Object
show all
Defined in:
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

#description

Methods included from MeetingsHelper

#calculate_start_and_end_time_of_agenda_items, #display_duration_agenda_items, #meeting_description, #meeting_type_badge_css_class

Instance Method Details

#showObject



10
11
12
# File 'app/cells/decidim/meetings/meeting_list_item_cell.rb', line 10

def show
  render
end