Sha256: a9069c4f6170a4b7eb42db2ba20c06b27dc49b0add69ae28f222b14ef6938f6e

Contents?: true

Size: 197 Bytes

Versions: 14

Compression:

Stored size: 197 Bytes

Contents

# frozen_string_literal: true

module Arclight
  # Render the masthead
  class MastheadComponent < Blacklight::Component
    def heading
      t('arclight.masthead_heading_html')
    end
  end
end

Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
arclight-1.4.0 app/components/arclight/masthead_component.rb
arclight-1.3.0 app/components/arclight/masthead_component.rb
arclight-1.2.0 app/components/arclight/masthead_component.rb
arclight-1.1.3 app/components/arclight/masthead_component.rb
arclight-1.1.2 app/components/arclight/masthead_component.rb
arclight-1.1.1 app/components/arclight/masthead_component.rb
arclight-1.1.0 app/components/arclight/masthead_component.rb
arclight-1.0.1 app/components/arclight/masthead_component.rb
arclight-1.0.0 app/components/arclight/masthead_component.rb
arclight-1.0.0.beta6 app/components/arclight/masthead_component.rb
arclight-1.0.0.beta4 app/components/arclight/masthead_component.rb
arclight-1.0.0.beta3 app/components/arclight/masthead_component.rb
arclight-1.0.0.beta2 app/components/arclight/masthead_component.rb
arclight-1.0.0.beta1 app/components/arclight/masthead_component.rb