Sha256: 5103a1895e437ab6052e3262863378753860924de453be691b028533f36ce67e

Contents?: true

Size: 545 Bytes

Versions: 7

Compression:

Stored size: 545 Bytes

Contents

<header class="documentHeader row" data-document-id="<%= @document.id %>">
  <h3 class="index_title document-title-heading col">
    <%= helpers.link_to_document @document, counter: @counter %>
    <%= tag.span @document.extent, class: 'al-document-extent badge' if @document.extent && !compact? %>
    <%= tag.span class: 'al-document-container text-muted ml-auto' do %>
      <%= @document.containers.join(', ') %>
    <% end if @document.containers.present? %>
  </h3>

  <% actions.each do |action| %>
    <%= action %>
  <% end %>
</header>

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
arclight-1.0.1 app/components/arclight/search_result_title_component.html.erb
arclight-1.0.0 app/components/arclight/search_result_title_component.html.erb
arclight-1.0.0.beta6 app/components/arclight/search_result_title_component.html.erb
arclight-1.0.0.beta4 app/components/arclight/search_result_title_component.html.erb
arclight-1.0.0.beta3 app/components/arclight/search_result_title_component.html.erb
arclight-1.0.0.beta2 app/components/arclight/search_result_title_component.html.erb
arclight-1.0.0.beta1 app/components/arclight/search_result_title_component.html.erb