Sha256: 7a82f3005dd2b4278b48eeea390233e3057ae5e3b4f3b1e3c857d8eeba507f26
Contents?: true
Size: 359 Bytes
Versions: 9
Compression:
Stored size: 359 Bytes
Contents
# frozen_string_literal: true module Decidim module ContentBlocks class HighlightedContentBannerCell < Decidim::ViewModel include Decidim::SanitizeHelper def show return unless current_organization.highlighted_content_banner_enabled render end delegate :current_organization, to: :controller end end end
Version data entries
9 entries across 9 versions & 1 rubygems