Sha256: 31b7086616761c9671e078d741fdc56f3a3ee1c06a4ad65e384a2624abe9154b

Contents?: true

Size: 513 Bytes

Versions: 14

Compression:

Stored size: 513 Bytes

Contents

<%= content_tag @component,
  id: @id,
  data: {
    'document-id': @document.id.to_s.parameterize,
    'document-counter': @counter,
  },
  itemscope: true,
  itemtype: @document.itemtype,
  class: classes.flatten.join(' ') do %>
    <div class="px-2 document-type-icon">
      <%= icon %>
    </div>
    <div class="container">
      <%= render Arclight::SearchResultTitleComponent.new(document: document, compact: compact?) %>

      <div class="row">
        <%= metadata %>
      </div>
    </div>
<% end %>

Version data entries

14 entries across 14 versions & 1 rubygems

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