Sha256: 971b67f9a27cfd040c0d7e468a375443c3657aeba91a91d4c96cc294dfff8889

Contents?: true

Size: 917 Bytes

Versions: 11

Compression:

Stored size: 917 Bytes

Contents

<% if section.gutters? %>
  <% section_padding = 'px-3' %>
<% else %>
  <% section_padding = 'px-0' %>
<% end %>

<div class="col-12 <%= section_padding %>">
  <div class="text-center homepage-fashion-trends-box">
    <% if section.title.present? %>
      <div class="homepage-fashion-trends-box-summer-text mb-1"><%= section.title %></div>
    <% end %>

    <% if section.subtitle.present? %>
      <div class="homepage-fashion-trends-box-fashion-trends-text mb-2"><%= section.subtitle %></div>
    <% end %>

    <div class="homepage-fashion-trends-box-description-text text-center mb-3">
      <div class="mb-3">
        <%= raw section.rte_content %>
      </div>

      <% if section.button_text.present? && section.link.present? %>
        <%= link_to section.button_text, spree_localized_link(section), class: 'btn text-center spree-btn btn-outline-primary w-75' %>
      <% end %>
    </div>
  </div>
</div>

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
spree_frontend-4.3.3 app/views/spree/shared/cms/sections/_featured_article.html.erb
spree_frontend-4.7.0 app/views/spree/shared/cms/sections/_featured_article.html.erb
spree_frontend-4.6.0 app/views/spree/shared/cms/sections/_featured_article.html.erb
spree_frontend-4.5.0 app/views/spree/shared/cms/sections/_featured_article.html.erb
spree_frontend-4.3.2 app/views/spree/shared/cms/sections/_featured_article.html.erb
spree_frontend-4.4.0 app/views/spree/shared/cms/sections/_featured_article.html.erb
spree_frontend-4.3.1 app/views/spree/shared/cms/sections/_featured_article.html.erb
spree_frontend-4.3.0 app/views/spree/shared/cms/sections/_featured_article.html.erb
spree_frontend-4.3.0.rc3 app/views/spree/shared/cms/sections/_featured_article.html.erb
spree_frontend-4.3.0.rc2 app/views/spree/shared/cms/sections/_featured_article.html.erb
spree_frontend-4.3.0.rc1 app/views/spree/shared/cms/sections/_featured_article.html.erb