Sha256: 0958f0d98a2fe16a3bbcacdff5701d93382d3d6063433b7be983d575fa0d9c80

Contents?: true

Size: 491 Bytes

Versions: 34

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

34 entries across 34 versions & 2 rubygems

Version Path
spree_frontend-3.1.0.rc2 app/views/spree/checkout/_confirm.html.erb
spree_frontend-3.1.0.rc1 app/views/spree/checkout/_confirm.html.erb
spree_frontend-3.0.8 app/views/spree/checkout/_confirm.html.erb
spree_frontend-3.0.7 app/views/spree/checkout/_confirm.html.erb
spree_frontend-3.0.6.1 app/views/spree/checkout/_confirm.html.erb
spree_frontend-3.0.6 app/views/spree/checkout/_confirm.html.erb
spree_frontend-3.0.5 app/views/spree/checkout/_confirm.html.erb
spree_frontend-3.0.4 app/views/spree/checkout/_confirm.html.erb
spree_frontend-3.0.3 app/views/spree/checkout/_confirm.html.erb
spree_frontend-3.0.2 app/views/spree/checkout/_confirm.html.erb
spree_frontend-3.0.1 app/views/spree/checkout/_confirm.html.erb
spree_frontend-3.0.0 app/views/spree/checkout/_confirm.html.erb
spree_frontend-3.0.0.rc4 app/views/spree/checkout/_confirm.html.erb
spree_frontend-3.0.0.rc3 app/views/spree/checkout/_confirm.html.erb