Sha256: 0050c4eb7c1947b27d3902bced9fbf11d428d56568a5cd98547143d2705e2563

Contents?: true

Size: 667 Bytes

Versions: 32

Compression:

Stored size: 667 Bytes

Contents

<div class="row justify-content-center">
  <div class="section-video-highlight__info col-xs-12 col-md-6">
    <% if section.tag.present? %>
      <span class="section-video-highlight__tag"><%= section.tag %></span>
    <% end %>
    <h2 class="section-video-highlight__title"><%= section.title %></h2>
    <% if section.subtext.present? %>
      <div class="section-video-highlight__subtext">
        <%= markdown(section.subtext) %>
      </div>
    <% end %>
  </div>
  <div class="section-video-highlight__video col-xs-12 col-md-6">
    <div class="embed-responsive embed-responsive-16by9">
      <%= raw section.embed_code %>
    </div>
  </div>
</div><!--row-->

Version data entries

32 entries across 32 versions & 1 rubygems

Version Path
wcc-contentful-app-1.7.1 app/views/sections/_video_highlight.html.erb
wcc-contentful-app-1.7.0 app/views/sections/_video_highlight.html.erb
wcc-contentful-app-1.6.2 app/views/sections/_video_highlight.html.erb
wcc-contentful-app-1.6.1 app/views/sections/_video_highlight.html.erb
wcc-contentful-app-1.6.0 app/views/sections/_video_highlight.html.erb
wcc-contentful-app-1.5.1 app/views/sections/_video_highlight.html.erb
wcc-contentful-app-1.5.0 app/views/sections/_video_highlight.html.erb
wcc-contentful-app-1.5.0.rc1 app/views/sections/_video_highlight.html.erb
wcc-contentful-app-1.4.0 app/views/sections/_video_highlight.html.erb
wcc-contentful-app-1.4.0.rc3 app/views/sections/_video_highlight.html.erb
wcc-contentful-app-1.4.0.rc2 app/views/sections/_video_highlight.html.erb
wcc-contentful-app-1.3.2 app/views/sections/_video_highlight.html.erb
wcc-contentful-app-1.4.0.rc1 app/views/sections/_video_highlight.html.erb
wcc-contentful-app-1.3.1 app/views/sections/_video_highlight.html.erb
wcc-contentful-app-1.3.0 app/views/sections/_video_highlight.html.erb
wcc-contentful-app-1.2.1 app/views/sections/_video_highlight.html.erb
wcc-contentful-app-1.2.0 app/views/sections/_video_highlight.html.erb
wcc-contentful-app-1.1.2 app/views/sections/_video_highlight.html.erb
wcc-contentful-app-1.1.1 app/views/sections/_video_highlight.html.erb
wcc-contentful-app-1.1.0 app/views/sections/_video_highlight.html.erb