Sha256: 949a230f73532d1163945cc4da741a92aba1db15146a033b3f5230d2d6938b6f
Contents?: true
Size: 938 Bytes
Versions: 20
Compression:
Stored size: 938 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(:open_all_adjustments), open_adjustments_admin_order_path(@order), method: :get %> </div> <div> <%= button_to Spree.t(:close_all_adjustments), close_adjustments_admin_order_path(@order), method: :get %> </div> <% end %> </td> <td class='actions'> </td> </tr> </tbody> </table>
Version data entries
20 entries across 20 versions & 1 rubygems