Sha256: 0958f0d98a2fe16a3bbcacdff5701d93382d3d6063433b7be983d575fa0d9c80

Contents?: true

Size: 491 Bytes

Versions: 33

Compression:

Stored size: 491 Bytes

Contents

<div class="panel panel-default" id="order_details" data-hook>
  <div class="panel-heading">
    <h3 class="panel-title"><%= Spree.t(:confirm) %></h3>
  </div>
  <div class="panel-body">
    <%= render :partial => 'spree/shared/order_details', :locals => { :order => @order } %>
  </div>
</div>

<div class="well text-right form-buttons" data-hook="buttons">
  <%= submit_tag Spree.t(:place_order), :class => 'btn btn-lg btn-success' %>
  <script>Spree.disableSaveOnClick();</script>
</div>

Version data entries

33 entries across 33 versions & 1 rubygems

Version Path
spree_frontend-3.1.14 app/views/spree/checkout/_confirm.html.erb
spree_frontend-3.1.13 app/views/spree/checkout/_confirm.html.erb
spree_frontend-3.1.12 app/views/spree/checkout/_confirm.html.erb
spree_frontend-3.1.11 app/views/spree/checkout/_confirm.html.erb
spree_frontend-3.1.10 app/views/spree/checkout/_confirm.html.erb
spree_frontend-3.1.9 app/views/spree/checkout/_confirm.html.erb
spree_frontend-3.1.8 app/views/spree/checkout/_confirm.html.erb
spree_frontend-3.1.7 app/views/spree/checkout/_confirm.html.erb
spree_frontend-3.1.6 app/views/spree/checkout/_confirm.html.erb
spree_frontend-3.1.5 app/views/spree/checkout/_confirm.html.erb
spree_frontend-3.1.4 app/views/spree/checkout/_confirm.html.erb
spree_frontend-3.1.3 app/views/spree/checkout/_confirm.html.erb
spree_frontend-3.1.2 app/views/spree/checkout/_confirm.html.erb
spree_frontend-3.0.10 app/views/spree/checkout/_confirm.html.erb
spree_frontend-3.1.1 app/views/spree/checkout/_confirm.html.erb
spree_frontend-3.1.0 app/views/spree/checkout/_confirm.html.erb
spree_frontend-3.1.0.rc4 app/views/spree/checkout/_confirm.html.erb
spree_frontend-3.0.9 app/views/spree/checkout/_confirm.html.erb
spree_frontend-3.1.0.rc3 app/views/spree/checkout/_confirm.html.erb
spree_frontend-3.1.0.rc2 app/views/spree/checkout/_confirm.html.erb