Sha256: d2f79b57663a1764648a65ef138d1c36a95f319b7bfa8e06f8a9b404932c3170
Contents?: true
Size: 778 Bytes
Versions: 29
Compression:
Stored size: 778 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> <td class="align-center" colspan='4'> <%= button_to Spree.t(:open_all_adjustments), open_adjustments_admin_order_path(@order), :method => :get %> <%= button_to Spree.t(:close_all_adjustments), close_adjustments_admin_order_path(@order), :method => :get %> </td> <td class='actions'> </td> </tr> </tbody> </table>
Version data entries
29 entries across 29 versions & 1 rubygems