Sha256: 78cea61def0826e3749b367d924b89a60b696da91de2a6ebebc7c2a95c24457a
Contents?: true
Size: 578 Bytes
Versions: 58
Compression:
Stored size: 578 Bytes
Contents
# frozen_string_literal: true module Decidim module Budgets # This cell renders the Budgets component "More information" modal dialog class BudgetInformationModalCell < BaseCell alias budget model def more_information translated_attribute(current_settings.more_information_modal).presence || translated_attribute(settings.more_information_modal) end def component_name translated_attribute(current_component.name) end def i18n_scope "decidim.budgets.budget_information_modal" end end end end
Version data entries
58 entries across 58 versions & 1 rubygems