Sha256: 8a6e101c41d3432bba240921f4e11414bb705198b2c81a35da55b3855f9dd3ee
Contents?: true
Size: 956 Bytes
Versions: 7
Compression:
Stored size: 956 Bytes
Contents
<table class="index adjustments" data-hook="adjustments"> <thead data-hook="adjustmment_head"> <tr> <th><%= Spree.t(:adjustable) %></th> <th><%= Spree.t(:description) %></th> <th><%= Spree.t(:amount) %></th> <th><%= Spree.t(:state) %></th> <th class="actions"></th> </tr> </thead> <tbody> <%= render :partial => "adjustment", :collection => @adjustments %> <tr data-hook="adjustment_buttons"> <td class="align-center" colspan='4'> <% if can? :update, Spree::Adjustment %> <div> <%= button_to Spree.t(:unfinalize_all_adjustments), adjustments_unfinalize_admin_order_path(@order), method: :get %> </div> <div> <%= button_to Spree.t(:finalize_all_adjustments), adjustments_finalize_admin_order_path(@order), method: :get %> </div> <% end %> </td> <td class='actions'> </td> </tr> </tbody> </table>
Version data entries
7 entries across 7 versions & 1 rubygems