Class: Decidim::Proposals::ProposalLinkToCollaborativeDraftCell
- Inherits:
-
ViewModel
- Object
- ViewModel
- Decidim::Proposals::ProposalLinkToCollaborativeDraftCell
- Defined in:
- app/cells/decidim/proposals/proposal_link_to_collaborative_draft_cell.rb
Overview
This cell renders the link to the source collaborative draft of a proposal.
Instance Method Summary collapse
Instance Method Details
#show ⇒ Object
9 10 11 |
# File 'app/cells/decidim/proposals/proposal_link_to_collaborative_draft_cell.rb', line 9 def show render if collaborative_draft end |