Sha256: b5e2f7a6568f19f4384016e27014e7e401ed552227b1fdd4f9008ef81eceb881
Contents?: true
Size: 280 Bytes
Versions: 6
Compression:
Stored size: 280 Bytes
Contents
# frozen_string_literal: true module Decidim module Votings module ContentBlocks module LandingPage class StatsCell < Decidim::ViewModel def show content_tag(:div, "VotingStatsCell") end end end end end end
Version data entries
6 entries across 6 versions & 1 rubygems