Class: Decidim::Meetings::PublicParticipantsListCell
- Inherits:
-
ViewModel
- Object
- ViewModel
- Decidim::Meetings::PublicParticipantsListCell
- Includes:
- ApplicationHelper, MeetingsHelper
- Defined in:
- decidim-meetings/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)
Instance Method Summary collapse
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 RichTextEditorHelper
Methods included from Comments::CommentsHelper
#comments_for, #inline_comments_for
Methods included from MapHelper
Methods included from PaginateHelper
Instance Method Details
#show ⇒ Object
16 17 18 19 20 |
# File 'decidim-meetings/app/cells/decidim/meetings/public_participants_list_cell.rb', line 16 def show return if public_participants.blank? render end |