Class: Decidim::Meetings::PublicParticipantsListCell
- Inherits:
 - 
      ViewModel
      
        
- Object
 - ViewModel
 - Decidim::Meetings::PublicParticipantsListCell
 
 
- Includes:
 - ApplicationHelper, MeetingsHelper
 
- Defined in:
 - app/cells/decidim/meetings/public_participants_list_cell.rb
 
Overview
This cell renders the list of public participants of a meeting.
Example:
cell("decidim/public_participants_list", meeting)
  Direct Known Subclasses
Instance Method Summary collapse
Methods included from ApplicationHelper
#activity_filter_values, #apply_meetings_pack_tags, #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, #render_meeting_sanitize_field, #safe_content?, #safe_content_admin?
Methods included from MapHelper
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
Instance Method Details
#show ⇒ Object
      16 17 18 19 20  | 
    
      # File 'app/cells/decidim/meetings/public_participants_list_cell.rb', line 16 def show return if public_participants.blank? render end  |