Sha256: 59fd9251fe3c95c914f180fe06c76aaed87280dd38903cd2bbed3d943ec0a8f1
Contents?: true
Size: 311 Bytes
Versions: 4
Compression:
Stored size: 311 Bytes
Contents
# frozen_string_literal: true module Decidim module Admin # Custom helpers, scoped to the admin panel. # module ApplicationHelper 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