Sha256: b6d33b8b0ab4101d16e7019bfc4fb59a6b06dbc5096f7730d7024263e5b27add
Contents?: true
Size: 357 Bytes
Versions: 4
Compression:
Stored size: 357 Bytes
Contents
# frozen_string_literal: true module Decidim module Admin # Custom helpers, scoped to the admin panel. # module ApplicationHelper include Decidim::LocalizedLocalesHelper include Decidim::TranslationsHelper include Decidim::HumanizeBooleansHelper def title current_organization.name end end end end
Version data entries
4 entries across 4 versions & 2 rubygems