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

Version Path
decidim-core-0.30.0.rc3 app/cells/decidim/highlighted_participatory_process_cell.rb
decidim-core-0.30.0.rc2 app/cells/decidim/highlighted_participatory_process_cell.rb
decidim-core-0.30.0.rc1 app/cells/decidim/highlighted_participatory_process_cell.rb
decidim-core-0.29.2 app/cells/decidim/highlighted_participatory_process_cell.rb
decidim-core-0.28.5 app/cells/decidim/highlighted_participatory_process_cell.rb
decidim-core-0.29.1 app/cells/decidim/highlighted_participatory_process_cell.rb
decidim-core-0.28.4 app/cells/decidim/highlighted_participatory_process_cell.rb
decidim-core-0.29.0 app/cells/decidim/highlighted_participatory_process_cell.rb
decidim-core-0.28.3 app/cells/decidim/highlighted_participatory_process_cell.rb
decidim-core-0.29.0.rc4 app/cells/decidim/highlighted_participatory_process_cell.rb
decidim-core-0.29.0.rc3 app/cells/decidim/highlighted_participatory_process_cell.rb
decidim-core-0.29.0.rc2 app/cells/decidim/highlighted_participatory_process_cell.rb
decidim-core-0.29.0.rc1 app/cells/decidim/highlighted_participatory_process_cell.rb
decidim-core-0.28.2 app/cells/decidim/highlighted_participatory_process_cell.rb
decidim-core-0.28.1 app/cells/decidim/highlighted_participatory_process_cell.rb
decidim-core-0.28.0 app/cells/decidim/highlighted_participatory_process_cell.rb
decidim-core-0.28.0.rc5 app/cells/decidim/highlighted_participatory_process_cell.rb
decidim-core-0.28.0.rc4 app/cells/decidim/highlighted_participatory_process_cell.rb