Class: Decidim::Meetings::JoinMeetingButtonCell

Inherits:
ViewModel
  • Object
show all
Includes:
ActionView::Helpers::FormOptionsHelper, ActionView::Helpers::FormTagHelper, MeetingCellsHelper, SanitizeHelper
Defined in:
app/cells/decidim/meetings/join_meeting_button_cell.rb

Overview

This cell renders the button to join a meeting.

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, #meeting_description, #meeting_type_badge_css_class, #registration_code_help_text, #validation_state_for

Instance Method Details

#showObject



12
13
14
# File 'app/cells/decidim/meetings/join_meeting_button_cell.rb', line 12

def show
  render
end