Sha256: cfd5dd3e55636757d97c5c80d93d81017cee8f760a4e588bc50fbe9d2474bedb

Contents?: true

Size: 902 Bytes

Versions: 1

Compression:

Stored size: 902 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, section.link, class: 'btn text-center harpiya-btn btn-outline-primary w-75' %>
      <% end %>
    </div>
  </div>
</div>

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
harpiya_frontend-4.3.0.alpha app/views/harpiya/shared/cms/sections/_featured_article.html.erb