Sha256: 48bd99a891b811a584f39cbfca00d0848ec4a0f5d93aa914c2ed4bfddc58bc9e
Contents?: true
Size: 1005 Bytes
Versions: 1
Compression:
Stored size: 1005 Bytes
Contents
<div class="panel-heading"> <h3 class="panel-title"><%= Spree.t(:order_adjustments) %></h3> </div> <table class="table table-bordered adjustments" data-hook="adjustments"> <thead data-hook="adjustmment_head"> <tr> <th><%= Spree.t(:adjustable) %></th> <th><%= Spree.t(:description) %></th> <th class="text-center"><%= Spree.t(:amount) %></th> <th class="text-center"><%= Spree.t(:state) %></th> <th class="actions"></th> </tr> </thead> <tbody> <%= render partial: "adjustment", collection: @adjustments %> </tbody> </table> <div class="panel-footer"> <div class="row text-center"> <div class="col-md-6"> <%= button_to Spree.t(:open_all_adjustments), open_adjustments_admin_order_path(@order), method: :get, class: "btn btn-success" %> </div> <div class="col-md-6"> <%= button_to Spree.t(:close_all_adjustments), close_adjustments_admin_order_path(@order), method: :get, class: "btn btn-danger" %> </div> </div> </div>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
spree_backend-3.0.0.rc1 | app/views/spree/admin/adjustments/_adjustments_table.html.erb |