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