Class: Decidim::ContentBlocks::HtmlCell

Inherits:
ViewModel
  • Object
show all
Defined in:
decidim-core/app/cells/decidim/content_blocks/html_cell.rb

Instance Method Summary collapse

Instance Method Details

#html_contentObject



6
7
8
# File 'decidim-core/app/cells/decidim/content_blocks/html_cell.rb', line 6

def html_content
  translated_attribute(model.settings.html_content).html_safe
end