Class: Decidim::ContentBlocks::SubHeroCell
- Inherits:
-
ViewModel
- Object
- ViewModel
- Decidim::ContentBlocks::SubHeroCell
- Includes:
- IconHelper, SanitizeHelper
- Defined in:
- decidim-core/app/cells/decidim/content_blocks/sub_hero_cell.rb
Constant Summary
Constants included from IconHelper
IconHelper::DEFAULT_RESOURCE_TYPE_ICONS
Instance Method Summary collapse
Methods included from IconHelper
#component_icon, #manifest_icon, #resource_icon, #resource_type_icon, #resource_type_icon_key
Instance Method Details
#show ⇒ Object
9 10 11 12 13 |
# File 'decidim-core/app/cells/decidim/content_blocks/sub_hero_cell.rb', line 9 def show return if translated_attribute(current_organization.description).blank? render end |