Class: Decidim::Meetings::MeetingSCell
- Inherits:
-
MeetingMCell
- Object
- CardMCell
- MeetingMCell
- Decidim::Meetings::MeetingSCell
- Defined in:
- app/cells/decidim/meetings/meeting_s_cell.rb
Overview
This cell renders the Small (:s) meeting card for an given instance of a Meeting
Direct Known Subclasses
Instance Method Summary collapse
- #meeting_path ⇒ Object
- #participatory_space_class_name ⇒ Object
- #participatory_space_path ⇒ Object
- #participatory_space_title ⇒ Object
Methods inherited from MeetingMCell
#address, #badge, #date, #description, #has_authors?, #has_badge?, #render_authorship, #state_classes, #title
Methods included from MeetingCellsHelper
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?, #safe_content_admin?
Methods included from MapHelper
Instance Method Details
#meeting_path ⇒ Object
8 9 10 |
# File 'app/cells/decidim/meetings/meeting_s_cell.rb', line 8 def meeting_path resource_locator(model).path end |
#participatory_space_class_name ⇒ Object
12 13 14 |
# File 'app/cells/decidim/meetings/meeting_s_cell.rb', line 12 def participatory_space_class_name model.component.participatory_space.class.model_name.human end |
#participatory_space_path ⇒ Object
20 21 22 |
# File 'app/cells/decidim/meetings/meeting_s_cell.rb', line 20 def participatory_space_path resource_locator(model.component.participatory_space).path end |
#participatory_space_title ⇒ Object
16 17 18 |
# File 'app/cells/decidim/meetings/meeting_s_cell.rb', line 16 def participatory_space_title translated_attribute model.component.participatory_space.title end |