Class: Decidim::Meetings::MeetingCell

Inherits:
ViewModel
  • Object
show all
Includes:
Cell::ViewModel::Partial, MeetingCellsHelper, SanitizeHelper
Defined in:
app/cells/decidim/meetings/meeting_cell.rb

Overview

This cell renders the meeting card for an instance of a Meeting the default size is the Medium Card (:m) also available the List Item Card (:list_item)

Direct Known Subclasses

MeetingListItemCell

Instance Method Summary collapse

Methods included from MeetingCellsHelper

#description

Methods included from MeetingsHelper

#author_presenter_for, #calculate_start_and_end_time_of_agenda_items, #current_user_groups?, #display_duration_agenda_items, #google_calendar_event_url, #meeting_description, #meeting_type_badge_css_class, #registration_code_help_text, #validation_state_for

Methods included from ApplicationHelper

#activity_filter_values, #filter_date_values, #filter_origin_values, #filter_type_values, #iframe_embed_or_live_event_page?, #online_or_hybrid_meeting?, #prevent_timeout_seconds, #render_meeting_body, #safe_content?

Methods included from MapHelper

#meetings_data_for_map

Instance Method Details

#showObject



13
14
15
# File 'app/cells/decidim/meetings/meeting_cell.rb', line 13

def show
  cell card_size, model, options
end