Class: Decidim::ContentBlocks::StaticPage::TwoPaneSectionCell
- Inherits:
-
ViewModel
- Object
- ViewModel
- Decidim::ContentBlocks::StaticPage::TwoPaneSectionCell
- Defined in:
- decidim-core/app/cells/decidim/content_blocks/static_page/two_pane_section_cell.rb
Instance Method Summary collapse
Instance Method Details
#left_column ⇒ Object
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_column ⇒ Object
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 |