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