Sha256: e97b2c349bc54d59c9c1f5434f776a04026697a5f6c1021dfc7e008065a2f20e

Contents?: true

Size: 316 Bytes

Versions: 43

Compression:

Stored size: 316 Bytes

Contents

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

43 entries across 43 versions & 1 rubygems

Version Path
tramway-landing-1.2.11 app/helpers/tramway/landing/application_helper.rb
tramway-landing-1.2.10 app/helpers/tramway/landing/application_helper.rb
tramway-landing-1.2.9 app/helpers/tramway/landing/application_helper.rb