Sha256: 3534abd0d07b266936c0eb54468c0f05291e8f237813157e8dd18efdf78263fd

Contents?: true

Size: 492 Bytes

Versions: 2

Compression:

Stored size: 492 Bytes

Contents

<div class="content-block item-text row <%= 'flex-row-reverse' if oembed_block.content_align == 'right' %>">
  <div class="<%= 'col-md-6' if oembed_block.text? %> col-12 oembed-block">
    <%= render_oembed_tag oembed_block.url %>
  </div>

  <% if oembed_block.text? %>
    <div class="text-col col-md-6">
      <% unless oembed_block.title.blank? %>
        <h3><%= oembed_block.title %></h3>
      <% end %>
      <%= sir_trevor_markdown oembed_block.text %>
    </div>
  <% end %>
</div>

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
blacklight-spotlight-3.0.0.alpha.2 app/views/spotlight/sir_trevor/blocks/_oembed_block.html.erb
blacklight-spotlight-3.0.0.alpha.1 app/views/spotlight/sir_trevor/blocks/_oembed_block.html.erb