Class: Decidim::Proposals::ProposalLinkToCollaborativeDraftCell

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

#showObject



9
10
11
# File 'app/cells/decidim/proposals/proposal_link_to_collaborative_draft_cell.rb', line 9

def show
  render if collaborative_draft
end