Sha256: bcd547def517878fda8054cbf4fbe31a9f820c02b77324a26759e11188b51b83

Contents?: true

Size: 475 Bytes

Versions: 32

Compression:

Stored size: 475 Bytes

Contents

<div class="row justify-content-center">
  <div class="col col-lg-8">
    <% if section.tag.present? %>
      <span class="section-marquee-text__tag"><%= section.tag %></span>
    <% end %>
    <h2 class="section-marquee-text__title"><%= section.title %></h2>
    <% if section.body.present? %>
      <hr class="section-marquee-text__divider">
      <p class="section-marquee-text__body safe-line-break"><%= safe_line_break(section.body) %></p>
    <% end %>
  </div>
</div>

Version data entries

32 entries across 32 versions & 1 rubygems

Version Path
wcc-contentful-app-1.0.8 app/views/sections/_marquee_text.html.erb
wcc-contentful-app-1.0.7 app/views/sections/_marquee_text.html.erb
wcc-contentful-app-1.0.6 app/views/sections/_marquee_text.html.erb
wcc-contentful-app-1.0.5 app/views/sections/_marquee_text.html.erb
wcc-contentful-app-1.0.4 app/views/sections/_marquee_text.html.erb
wcc-contentful-app-1.0.3 app/views/sections/_marquee_text.html.erb
wcc-contentful-app-1.0.2 app/views/sections/_marquee_text.html.erb
wcc-contentful-app-1.0.1 app/views/sections/_marquee_text.html.erb
wcc-contentful-app-1.0.0 app/views/sections/_marquee_text.html.erb
wcc-contentful-app-1.0.0.pre.rc3 app/views/sections/_marquee_text.html.erb
wcc-contentful-app-1.0.0.pre.rc2 app/views/sections/_marquee_text.html.erb
wcc-contentful-app-1.0.0.pre.rc1 app/views/sections/_marquee_text.html.erb