%= render partial: 'spree/admin/shared/order_tabs', locals: { current: 'Reimbursements' } %> <% admin_breadcrumb(plural_resource_name(Spree::Reimbursement)) %> <% content_for :page_actions do %>
<%= t('spree.id') %> | <%= Spree::Reimbursement.human_attribute_name(:total) %> | <%= Spree::Reimbursement.human_attribute_name(:reimbursement_status) %> | <%= Spree::Reimbursement.human_attribute_name(:created_at) %> |
---|---|---|---|
<%= reimbursement.id %> | <%= reimbursement.total %> | <%= t( reimbursement.reimbursement_status, scope: 'spree.reimbursement_states' ) %> | <%= pretty_time(reimbursement.created_at) %> |