Sha256: 9f2c08cb568e2ad84c93f11946dfcc0ddb5477fcb5f5515dc74cea63fec0ce11

Contents?: true

Size: 525 Bytes

Versions: 42

Compression:

Stored size: 525 Bytes

Contents

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

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

Version data entries

42 entries across 42 versions & 1 rubygems

Version Path
blacklight-spotlight-3.4.1 app/views/spotlight/sir_trevor/blocks/_oembed_block.html.erb
blacklight-spotlight-3.4.0 app/views/spotlight/sir_trevor/blocks/_oembed_block.html.erb
blacklight-spotlight-3.3.0 app/views/spotlight/sir_trevor/blocks/_oembed_block.html.erb
blacklight-spotlight-3.2.0 app/views/spotlight/sir_trevor/blocks/_oembed_block.html.erb
blacklight-spotlight-3.1.0 app/views/spotlight/sir_trevor/blocks/_oembed_block.html.erb
blacklight-spotlight-3.0.3 app/views/spotlight/sir_trevor/blocks/_oembed_block.html.erb
blacklight-spotlight-3.0.2 app/views/spotlight/sir_trevor/blocks/_oembed_block.html.erb
blacklight-spotlight-3.0.1 app/views/spotlight/sir_trevor/blocks/_oembed_block.html.erb
blacklight-spotlight-3.0.0 app/views/spotlight/sir_trevor/blocks/_oembed_block.html.erb
blacklight-spotlight-3.0.0.rc6 app/views/spotlight/sir_trevor/blocks/_oembed_block.html.erb
blacklight-spotlight-3.0.0.rc5 app/views/spotlight/sir_trevor/blocks/_oembed_block.html.erb
blacklight-spotlight-3.0.0.rc4 app/views/spotlight/sir_trevor/blocks/_oembed_block.html.erb
blacklight-spotlight-3.0.0.rc3 app/views/spotlight/sir_trevor/blocks/_oembed_block.html.erb
blacklight-spotlight-3.0.0.rc2 app/views/spotlight/sir_trevor/blocks/_oembed_block.html.erb
blacklight-spotlight-3.0.0.rc1 app/views/spotlight/sir_trevor/blocks/_oembed_block.html.erb
blacklight-spotlight-3.0.0.alpha.10 app/views/spotlight/sir_trevor/blocks/_oembed_block.html.erb
blacklight-spotlight-3.0.0.alpha.9 app/views/spotlight/sir_trevor/blocks/_oembed_block.html.erb
blacklight-spotlight-3.0.0.alpha.8 app/views/spotlight/sir_trevor/blocks/_oembed_block.html.erb
blacklight-spotlight-3.0.0.alpha.7 app/views/spotlight/sir_trevor/blocks/_oembed_block.html.erb
blacklight-spotlight-3.0.0.alpha.6 app/views/spotlight/sir_trevor/blocks/_oembed_block.html.erb