Class: Decidim::Votings::ContentBlocks::LandingPage::PollingStationsCell

Inherits:
Decidim::ViewModel
  • Object
show all
Includes:
IconHelper, LayoutHelper, MapHelper, NeedsSnippets, SanitizeHelper
Defined in:
app/cells/decidim/votings/content_blocks/landing_page/polling_stations_cell.rb

Instance Method Summary collapse

Instance Method Details

#showObject



18
19
20
21
22
# File 'app/cells/decidim/votings/content_blocks/landing_page/polling_stations_cell.rb', line 18

def show
  return if current_participatory_space.online_voting?

  render
end