Sha256: 2f1fc47c88f928c9de8ba8d8262e56afe81b52c78b4174cda7b7221e701a51f2
Contents?: true
Size: 491 Bytes
Versions: 18
Compression:
Stored size: 491 Bytes
Contents
# frozen_string_literal: true module Decidim # This cell renders the highlighted participatory process # with the higher weight. # It is used in the menu bar dropdown with a helper that returns the highlighted participatory process # of the current organization: # # <%= cell("decidim/highlighted_participatory_process", menu_highlighted_participatory_process) %> # class HighlightedParticipatoryProcessCell < Decidim::ViewModel include Decidim::CardHelper end end
Version data entries
18 entries across 18 versions & 1 rubygems