Sha256: 9258a8dcefabd2cb8745dfd7db1466a6909c5eb978eeeb32ec11caac38fe4c83

Contents?: true

Size: 1.06 KB

Versions: 1

Compression:

Stored size: 1.06 KB

Contents

<div id="harpiya-header">
  <header id="header" class="d-flex align-items-center header-harpiya border-bottom">
    <div class="container" role="navigation" aria-label="<%= Harpiya.t('checkout_page.main_navigation') %>">
      <div class="row">

        <div class="col d-flex align-items-center truncate pr-0">
          <%= link_to harpiya.cart_path, class: "text-uppercase truncate checkout-header-link-text", method: :get do %>
            <%= icon(name: 'arrow-right',
                     classes: 'harpiya-icon-arrow harpiya-icon-arrow-left',
                     width: 14,
                     height: 14) %>
            <%= Harpiya.t('checkout_page.back_to_cart') %>
          <% end %>
        </div>

        <div class="col-auto d-flex align-items-center justify-content-end justify-content-md-center">
          <figure class="logo header-harpiya-fluid-logo m-0 p-0">
            <%= logo(nil, {method: :get}) %>
          </figure>
        </div>

        <div class="col-0 col-md">
          <!-- spacer -->
        </div>

      </div>
    </div>
  </header>
</div>

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
harpiya_frontend-4.3.0.alpha app/views/harpiya/shared/_checkout_header.html.erb