Sha256: fc87798a894fa85836ebebdcd1efe13cfe0469ab54856f4015b2e23628b3df4d

Contents?: true

Size: 190 Bytes

Versions: 2

Compression:

Stored size: 190 Bytes

Contents

# frozen_string_literal: true
module Decidim
  # View helpers related to the layout.
  module LayoutHelper
    def decidim_page_title
      Decidim.config.application_name
    end
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
decidim-core-0.0.1.alpha2 app/helpers/decidim/layout_helper.rb
decidim-core-0.0.1.alpha1 app/helpers/decidim/layout_helper.rb