Class: Decidim::EnhancedTextwork::CollaborativeDraftLinkToParagraphCell

Inherits:
ViewModel
  • Object
show all
Defined in:
app/cells/decidim/enhanced_textwork/collaborative_draft_link_to_paragraph_cell.rb

Overview

This cell renders the link to the published paragraph of a collaborative draft.

Instance Method Summary collapse

Instance Method Details

#showObject



9
10
11
# File 'app/cells/decidim/enhanced_textwork/collaborative_draft_link_to_paragraph_cell.rb', line 9

def show
  render if paragraph
end