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