Sha256: 4749b77eeef80f320ac3ca4f78f77ad3c43da821fa72a7be02d580e430727dc2
Contents?: true
Size: 875 Bytes
Versions: 107
Compression:
Stored size: 875 Bytes
Contents
<%= render 'spree/admin/shared/settings_checkout_tabs' %> <% admin_breadcrumb(t('spree.settings')) %> <% admin_breadcrumb(t('spree.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
107 entries across 107 versions & 2 rubygems