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