Sha256: 705827a963e50897f7c3d793562c7541259216e5c1d8b6ce6687c80acadda34f

Contents?: true

Size: 288 Bytes

Versions: 6

Compression:

Stored size: 288 Bytes

Contents

# frozen_string_literal: true

module Decidim
  module Votings
    module ContentBlocks
      module LandingPage
        class ElectionsCell < Decidim::ViewModel
          def show
            content_tag(:div, "VotingElectionsCell")
          end
        end
      end
    end
  end
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
decidim-elections-0.24.3 app/cells/decidim/votings/content_blocks/landing_page/elections_cell.rb
decidim-elections-0.24.2 app/cells/decidim/votings/content_blocks/landing_page/elections_cell.rb
decidim-elections-0.24.1 app/cells/decidim/votings/content_blocks/landing_page/elections_cell.rb
decidim-elections-0.24.0 app/cells/decidim/votings/content_blocks/landing_page/elections_cell.rb
decidim-elections-0.24.0.rc2 app/cells/decidim/votings/content_blocks/landing_page/elections_cell.rb
decidim-elections-0.24.0.rc1 app/cells/decidim/votings/content_blocks/landing_page/elections_cell.rb