Sha256: e2acea5a442e5ac66565ff120d38e82c0e5bd91fcc50a9a79b322780bcab1c14
Contents?: true
Size: 1.04 KB
Versions: 11
Compression:
Stored size: 1.04 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-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
11 entries across 11 versions & 1 rubygems