Class: Decidim::CardMCell
- Inherits:
-
ViewModel
- Object
- ViewModel
- Decidim::CardMCell
- Includes:
- Cell::ViewModel::Partial, ApplicationHelper, CardHelper, LayoutHelper, SanitizeHelper, SearchesHelper, TooltipHelper
- Defined in:
- decidim-core/app/cells/decidim/card_m_cell.rb
Overview
This cell is used a based for all M-sized cards. It holds the basic layout so other cells only have to customize a few methods or overwrite views.
Direct Known Subclasses
Accountability::ResultMCell, Assemblies::AssemblyMCell, Blogs::PostMCell, Budgets::BudgetMCell, Budgets::ProjectMCell, Decidim::Comments::CommentMCell, Decidim::Conferences::ConferenceMCell, Decidim::Consultations::ConsultationMCell, Debates::DebateMCell, Elections::ElectionMCell, Initiatives::InitiativeMCell, Meetings::MeetingMCell, ParticipatoryProcesses::ProcessGroupMCell, ParticipatoryProcesses::ProcessGroupSCell, ParticipatoryProcesses::ProcessMCell, ParticipatoryProcesses::ProcessSCell, Proposals::CollaborativeDraftMCell, Proposals::ProposalMCell, Sortitions::SortitionMCell, UserProfileCell, Votings::VotingMCell
Instance Method Summary collapse
Methods included from CardHelper
Instance Method Details
#show ⇒ Object
15 16 17 |
# File 'decidim-core/app/cells/decidim/card_m_cell.rb', line 15 def show render end |