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