Sha256: a6f47fd59d142048731332180169a12f69ed479144663fc9b86947a3d5d04dce
Contents?: true
Size: 1.11 KB
Versions: 82
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 t('spree.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 t('spree.finalize_all_adjustments'), adjustments_finalize_admin_order_path(@order), method: :get %> <% end %> </td> <td class='actions'> </td> </tr> </tbody> </table>
Version data entries
82 entries across 82 versions & 2 rubygems