Class: Decidim::Proposals::ProposalCell
- Inherits:
-
ViewModel
- Object
- ViewModel
- Decidim::Proposals::ProposalCell
- Includes:
- Cell::ViewModel::Partial, ProposalCellsHelper, Messaging::ConversationHelper
- Defined in:
- app/cells/decidim/proposals/proposal_cell.rb
Overview
This cell renders the proposal card for an instance of a Proposal the default size is the Medium Card (:m)
Instance Method Summary collapse
Methods included from ProposalCellsHelper
#badge_name, #component_settings, #current_settings, #from_context, #has_actions?, #has_footer?, #index_action?, #proposals_controller?, #state_classes
Methods included from ApplicationHelper
#activity_filter_values, #collaborative_draft_state_badge_css_class, #filter_origin_values, #filter_proposals_state_values, #filter_sections, #filter_type_values, #humanize_collaborative_draft_state, #humanize_proposal_state, #minimum_votes_per_user_enabled?, #not_from_collaborative_draft, #not_from_participatory_text, #proposal_limit, #proposal_limit_enabled?, #proposal_state_css_class, #proposal_state_css_style, #render_proposal_body, #safe_content?, #safe_content_admin?, #show_voting_rules?, #text_editor_for_proposal_body, #votes_given
Methods included from ControlVersionHelper
Methods included from CollaborativeDraftHelper
#accept_request_button_label, #collaborative_drafts_filter_sections, #collaborative_drafts_state_class, #filter_collaborative_drafts_state_values, #humanize_collaborative_draft_state, #reject_request_button_label
Methods included from MapHelper
#has_position?, #proposal_data_for_map, #proposal_preview_data_for_map, #proposals_data_for_map
Methods included from ProposalVotesHelper
#can_accumulate_votes_beyond_threshold?, #current_user_can_vote?, #remaining_votes_count_for, #threshold_per_proposal, #threshold_per_proposal_enabled?, #vote_limit, #vote_limit_enabled?, #votes_blocked?, #votes_enabled?
Instance Method Details
#show ⇒ Object
14 15 16 |
# File 'app/cells/decidim/proposals/proposal_cell.rb', line 14 def show cell card_size, model, end |