Sha256: 6051efe9d43f4a3b7d0f5f4883a6ec5d614f07380ca1d7fc4474ef89f35e7484
Contents?: true
Size: 509 Bytes
Versions: 11
Compression:
Stored size: 509 Bytes
Contents
<% model = document.hydra_model %> <div class="search-results-title-row col-12 d-flex flex-row align-items-center pb-2"> <% if model == Hyrax::PcdmCollection || model < Hyrax::PcdmCollection %> <h3 class="search-result-title"><%= link_to document.title_or_label, [hyrax, document] %></h3> <%= Hyrax::CollectionPresenter.new(document, current_ability).collection_type_badge %> <% else %> <h3 class="search-result-title"><%= link_to document.title_or_label, document %></h3> <% end %> </div>
Version data entries
11 entries across 11 versions & 1 rubygems