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