Sha256: 3c3eab4f2c8fa01a3ec31f7e07b9c5ab542d892c04542b0bef0abd14a6ff9cd7
Contents?: true
Size: 243 Bytes
Versions: 14
Compression:
Stored size: 243 Bytes
Contents
# frozen_string_literal: true module Arclight # Render the repository location card as a metadata field class RepositoryLocationComponent < Blacklight::MetadataFieldComponent def repository @field.values.first end end end
Version data entries
14 entries across 14 versions & 1 rubygems