Class: Decidim::ContentBlocks::StaticPage::TwoPaneSectionCell

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

Instance Method Summary collapse

Instance Method Details

#left_columnObject



7
8
9
# File 'decidim-core/app/cells/decidim/content_blocks/static_page/two_pane_section_cell.rb', line 7

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

#right_columnObject



11
12
13
# File 'decidim-core/app/cells/decidim/content_blocks/static_page/two_pane_section_cell.rb', line 11

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