Class: Decidim::Meetings::PublicParticipantsListCell

Inherits:
ViewModel
  • Object
show all
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

included, #text_editor_for

Methods included from Comments::CommentsHelper

#comments_for, #inline_comments_for

Methods included from MapHelper

#meetings_data_for_map

Methods included from PaginateHelper

#decidim_paginate, #per_page

Instance Method Details

#showObject



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