Sha256: 619446e175dec6c91d5ac49a83a0f105389f363f3ae8aed58c85ff3c8d143d1d
Contents?: true
Size: 402 Bytes
Versions: 45
Compression:
Stored size: 402 Bytes
Contents
# frozen_string_literal: true module Decidim module Votings module ContentBlocks class HighlightedVotingsSettingsFormCell < Decidim::ViewModel alias form model def content_block options[:content_block] end def label I18n.t("decidim.votings.admin.content_blocks.highlighted_votings.max_results") end end end end end
Version data entries
45 entries across 45 versions & 1 rubygems