Sha256: 64f5b8d3ddab6b1ce80b773f13c2b1485ab7c9df94dca0a99a92f81a58393187
Contents?: true
Size: 567 Bytes
Versions: 18
Compression:
Stored size: 567 Bytes
Contents
# frozen_string_literal: true module Decidim module Meetings module ContentBlocks class HighlightedMeetingsCell < Decidim::ContentBlocks::HighlightedElementsWithCellForListCell private def list_cell_path "decidim/meetings/highlighted_meetings_for_component" end def see_all_path meetings_directory_path if model.scope_name == "homepage" end def meetings_directory_path Decidim::Meetings::DirectoryEngine.routes.url_helpers.root_path end end end end end
Version data entries
18 entries across 18 versions & 1 rubygems