Sha256: 16e83541f4ca28da27927371d8551ae8c585c95109f10269f8704203d22d8092

Contents?: true

Size: 243 Bytes

Versions: 104

Compression:

Stored size: 243 Bytes

Contents

<% shipments = order.shipments.trackable %>
<% if shipments.any? %>
  <h6><%= t('spree.tracking') %></h6>
  <div class="tracking">
    <% shipments.each do |shipment| %>
      <%= link_to_tracking(shipment) %>
    <% end %>
  </div>
<% end %>

Version data entries

104 entries across 104 versions & 2 rubygems

Version Path
solidus_frontend-3.0.6 app/views/spree/shared/_shipment_tracking.html.erb
solidus_frontend-3.1.6 app/views/spree/shared/_shipment_tracking.html.erb
solidus_frontend-2.11.15 app/views/spree/shared/_shipment_tracking.html.erb
solidus_frontend-2.11.14 app/views/spree/shared/_shipment_tracking.html.erb
solidus_frontend-3.0.5 app/views/spree/shared/_shipment_tracking.html.erb
solidus_frontend-3.1.5 app/views/spree/shared/_shipment_tracking.html.erb
solidus_frontend-2.11.13 app/views/spree/shared/_shipment_tracking.html.erb
solidus_frontend-3.0.4 app/views/spree/shared/_shipment_tracking.html.erb
solidus_frontend-3.1.4 app/views/spree/shared/_shipment_tracking.html.erb
solidus_frontend-3.1.3 app/views/spree/shared/_shipment_tracking.html.erb
solidus_frontend-2.11.12 app/views/spree/shared/_shipment_tracking.html.erb
solidus_frontend-3.0.3 app/views/spree/shared/_shipment_tracking.html.erb
solidus_frontend-3.1.2 app/views/spree/shared/_shipment_tracking.html.erb
solidus_frontend-3.1.1 app/views/spree/shared/_shipment_tracking.html.erb
solidus_frontend-3.1.0 app/views/spree/shared/_shipment_tracking.html.erb
solidus_frontend-2.11.11 app/views/spree/shared/_shipment_tracking.html.erb
solidus_frontend-3.0.2 app/views/spree/shared/_shipment_tracking.html.erb
solidus_frontend-2.10.5 app/views/spree/shared/_shipment_tracking.html.erb
solidus_frontend-2.11.10 app/views/spree/shared/_shipment_tracking.html.erb
solidus_frontend-3.0.1 app/views/spree/shared/_shipment_tracking.html.erb