Sha256: c0c06865c523354e19da5442dc30db0c60600df64726f031fa0276d5d2cdcb21
Contents?: true
Size: 282 Bytes
Versions: 50
Compression:
Stored size: 282 Bytes
Contents
# frozen_string_literal: true module Decidim # This cell is intended to be used on forms. class PublicParticipationCell < Decidim::ViewModel private def checkbox_text I18n.t("public_participation", scope: "decidim.shared.public_participation") end end end
Version data entries
50 entries across 50 versions & 1 rubygems