Module: Decidim::CardHelper
- Included in:
- Accountability::ResultsCell, ActivitiesCell, CardLCell, CardMCell, CollapsibleListCell, Decidim::Conferences::LinkedParticipatorySpacesCell, Decidim::ContentBlocks::HighlightedElementsCell, FollowersCell, FollowingCell, GroupsCell, Meetings::ContentBlocks::UpcomingMeetingsCell, Meetings::HighlightedMeetingsForComponentCell, MembersCell, ParticipatoryProcessGroups::ContentBlocks::HighlightedParticipatoryProcessesCell, ParticipatoryProcesses::ContentBlocks::HighlightedProcessesCell, ParticipatoryProcesses::FilteredParticipatoryProcessesCell, Proposals::CollaborativeDraftCellsHelper, Proposals::ProposalCellsHelper, RedesignedFollowersCell, SearchResultsCell, SearchResultsSectionCell, UserGroupPendingInvitationsListCell, UserGroupPendingRequestsListCell
- Defined in:
- decidim-core/app/helpers/decidim/card_helper.rb
Overview
Helpers related to icons
Instance Method Summary collapse
-
#card_for(model, options = {}) ⇒ Object
Public: Returns a card given an instance of a Component.
Instance Method Details
#card_for(model, options = {}) ⇒ Object
Public: Returns a card given an instance of a Component.
model - The component instance to generate the card for. options - a Hash with options, for the size of the card
Returns an HTML.
12 13 14 |
# File 'decidim-core/app/helpers/decidim/card_helper.rb', line 12 def card_for(model, = {}) cell "decidim/card", model, end |