Sha256: 907937a1261c937f765f9a10fabcdc694d4bd3edfbf9e6419717f5f4ab482a06
Contents?: true
Size: 859 Bytes
Versions: 15
Compression:
Stored size: 859 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'> <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> </td> <td class='actions'> </td> </tr> </tbody> </table>
Version data entries
15 entries across 15 versions & 2 rubygems