Sha256: 2a5ce9eac729fb304ffa0d7b3165bf8f42ed5c9503c970d01638958e407f5fe4

Contents?: true

Size: 300 Bytes

Versions: 6

Compression:

Stored size: 300 Bytes

Contents

# frozen_string_literal: true

module Decidim
  module Votings
    module ContentBlocks
      module LandingPage
        class PollingStationsCell < Decidim::ViewModel
          def show
            content_tag(:div, "VotingPollingStationsCell")
          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/polling_stations_cell.rb
decidim-elections-0.24.2 app/cells/decidim/votings/content_blocks/landing_page/polling_stations_cell.rb
decidim-elections-0.24.1 app/cells/decidim/votings/content_blocks/landing_page/polling_stations_cell.rb
decidim-elections-0.24.0 app/cells/decidim/votings/content_blocks/landing_page/polling_stations_cell.rb
decidim-elections-0.24.0.rc2 app/cells/decidim/votings/content_blocks/landing_page/polling_stations_cell.rb
decidim-elections-0.24.0.rc1 app/cells/decidim/votings/content_blocks/landing_page/polling_stations_cell.rb