Sha256: c52546109756202d4823ae444f66829a8d0b0428cbfec4a5c659174becbebd05
Contents?: true
Size: 1.11 KB
Versions: 5
Compression:
Stored size: 1.11 KB
Contents
<table class="index adjustments" data-hook="adjustments"> <thead data-hook="adjustmment_head"> <tr> <th><%= Spree::Adjustment.human_attribute_name(:adjustable) %></th> <th><%= Spree::Adjustment.human_attribute_name(:label) %></th> <th><%= Spree::Adjustment.human_attribute_name(:amount) %></th> <th><%= Spree::Adjustment.human_attribute_name(:state) %></th> <th class="actions"></th> </tr> </thead> <tbody> <%= render partial: "adjustment", collection: @adjustments %> <tr data-hook="adjustment_buttons"> <td class="align-right" colspan="2" style="width: 50%"> <% if can? :update, Spree::Adjustment %> <%= button_to Spree.t(:unfinalize_all_adjustments), adjustments_unfinalize_admin_order_path(@order), method: :get %> <% end %> </td> <td colspan="2" style="width: 50%"> <% if can? :update, Spree::Adjustment %> <%= button_to Spree.t(:finalize_all_adjustments), adjustments_finalize_admin_order_path(@order), method: :get %> <% end %> </td> <td class='actions'> </td> </tr> </tbody> </table>
Version data entries
5 entries across 5 versions & 1 rubygems