Sha256: 8a8dd5274a1bbfbf5c1c2a278e762267de68ac4e62c46517fa6f7ad310b9b1f3
Contents?: true
Size: 874 Bytes
Versions: 5
Compression:
Stored size: 874 Bytes
Contents
<%= render 'spree/admin/shared/settings_checkout_tabs' %> <% admin_breadcrumb(Spree.t(:settings)) %> <% admin_breadcrumb(Spree.t('admin.tab.checkout')) %> <% admin_breadcrumb(plural_resource_name(Spree::ReimbursementType)) %> <table class="index" id='listing_reimbursement_types' data-hook> <thead> <tr data-hook="reimbursement_types_header"> <th><%= Spree::ReimbursementType.human_attribute_name(:name) %></th> <th><%= Spree::ReimbursementType.human_attribute_name(:type) %></th> </tr> </thead> <tbody> <% @reimbursement_types.each do |reimbursement_type| %> <tr id="<%= spree_dom_id reimbursement_type %>" data-hook="reimbursement_type_row"> <td> <%= reimbursement_type.name.humanize %> </td> <td> <%= reimbursement_type.type %> </td> </tr> <% end %> </tbody> </table>
Version data entries
5 entries across 5 versions & 1 rubygems