Class: Decidim::Proposals::ProposalLCell

Inherits:
CardLCell
  • Object
show all
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

#titleObject



12
13
14
# File 'app/cells/decidim/proposals/proposal_l_cell.rb', line 12

def title
  present(proposal).title(html_escape: true)
end