Sha256: ba540f367e59236677d60a6b1db144fddb89d6ad9b9ef90982b563b3e1e93106

Contents?: true

Size: 347 Bytes

Versions: 1

Compression:

Stored size: 347 Bytes

Contents

# frozen_string_literal: true

module Tramway
  module Landing
    module ApplicationHelper
      include Tramway::Admin::RussianCasesHelper
      include Tramway::Profiles::LinksHelper

      def header_block(block, title:, tagline:)
        OpenStruct.new title: title, tagline: tagline, background: block.background
      end
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
tramway-landing-1.8.1 app/helpers/tramway/landing/application_helper.rb