Class: Decidim::DecidimAwesome::Voting::VotingCardsProposalListCell
- Inherits:
-
VotingCardsProposalCell
- Object
- ViewModel
- VotingCardsBaseCell
- VotingCardsProposalCell
- Decidim::DecidimAwesome::Voting::VotingCardsProposalListCell
- Defined in:
- app/cells/decidim/decidim_awesome/voting/voting_cards_proposal_list_cell.rb
Overview
Cell for voting cards in proposals list (index page)
Constant Summary
Constants inherited from VotingCardsProposalCell
Decidim::DecidimAwesome::Voting::VotingCardsProposalCell::VOTE_WEIGHTS
Instance Method Summary collapse
Methods inherited from VotingCardsProposalCell
#classes_for, #container_classes, #disabled?, #link_options, #proposal_vote_path, #proposal_votes, #show, #show_title?, #svg_path, #title, #vote_block_for, #voted_for?, #voted_for_any?, #wrap_change_vote?
Methods inherited from VotingCardsBaseCell
#component_settings, #current_component, #current_vote, #proposal, #sanitized_title, #user_voted_weight
Instance Method Details
#from_proposals_list ⇒ Object
8 9 10 |
# File 'app/cells/decidim/decidim_awesome/voting/voting_cards_proposal_list_cell.rb', line 8 def from_proposals_list true end |