Sha256: d74343c9c50923b54785e15eb6272dd45a7aa789c434145cd93f98d1adac83f0

Contents?: true

Size: 897 Bytes

Versions: 2

Compression:

Stored size: 897 Bytes

Contents

<div class="border-top footer-spree-copyright">
  <div class="container">
    <div class="d-flex flex-column flex-lg-row align-items-center justify-content-center py-3 footer-spree-copyright-content">
      <div>Designed and developed by</div>
      <div class="mb-1 mb-lg-0">
        <%= link_to 'https://sparksolutions.co/', target: :_blank, 'aria-label': 'Go to Spark Solutions', rel: :follow do %>
          <%= image_tag 'spark-logo@3x.png', class: 'footer-spree-copyright-logo-spark mx-2', alt: 'Spree Commerce & Ruby on Rails developers', title: 'Spree Commerce & Ruby on Rails developers' %>
        <% end %>
      </div>
      <div class="d-none d-lg-inline-block mr-2">|</div>
      <div>
        © <%= Time.current.year %>
        <%= link_to current_store.name, "https://#{current_store.url}" %>.
        <%= Spree.t(:all_rights_reserved) %>.
      </div>
    </div>
  </div>
</div>

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
spree_frontend-4.3.0.rc2 app/views/spree/shared/_copyright.html.erb
spree_frontend-4.3.0.rc1 app/views/spree/shared/_copyright.html.erb