Sha256: 2f143692a4736081469360c69efd7c4ef9e4287479b86c695c6f5e38796e9e52

Contents?: true

Size: 388 Bytes

Versions: 14

Compression:

Stored size: 388 Bytes

Contents

<div id="embed" class="mb-2">
  <h2 class="al-show-sub-heading"><%= t('arclight.views.show.embedded_content') %></h2>
  <%= render Arclight::OembedViewerComponent.with_collection(embeddable_resources, document: @document) %>

  <% linked_resources.each do |resource| %>
    <div class="al-digital-object">
      <%= link_to(resource.label, resource.href) %>
    </div>
  <% end %>
</div>

Version data entries

14 entries across 14 versions & 1 rubygems

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