Class: Decidim::Proposals::ProposalLCell
- Inherits:
-
CardLCell
- Object
- CardLCell
- Decidim::Proposals::ProposalLCell
- Defined in:
- app/cells/decidim/proposals/proposal_l_cell.rb
Overview
This cell renders the List (:l) proposal card for an instance of a Proposal
Instance Method Summary collapse
Instance Method Details
#title ⇒ Object
12 13 14 |
# File 'app/cells/decidim/proposals/proposal_l_cell.rb', line 12 def title present(proposal).title(html_escape: true) end |