Sha256: bc245af791d3e01985f51805d1afa65b7361ef637597d9742538d29366c15f7c
Contents?: true
Size: 333 Bytes
Versions: 31
Compression:
Stored size: 333 Bytes
Contents
# frozen_string_literal: true module Decidim module Votings module ContentBlocks module LandingPage class TimelineCell < Decidim::ViewModel private def html_content translated_attribute(model.settings.html_content).html_safe end end end end end end
Version data entries
31 entries across 31 versions & 1 rubygems