Skip to content

Commit

Permalink
Merge pull request #1990 from acreilly/fix-broken-admin-breadcrumbs-r…
Browse files Browse the repository at this point in the history
…eimbursements

Add missing ) to admin Spree::Reimbursement edit view
  • Loading branch information
jhawthorn committed Jun 7, 2017
2 parents c7f5886 + 40688fa commit 538b1a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/app/views/spree/admin/reimbursements/edit.html.erb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<%= render :partial => 'spree/admin/shared/order_tabs', :locals => { :current => 'Customer Returns' } %>

<% admin_breadcrumb("#{Spree.t(:editing_reimbursement} #{@reimbursement.number}") %>
<% admin_breadcrumb("#{Spree.t(:editing_reimbursement)} #{@reimbursement.number}") %>


<% content_for :page_actions do %>
Expand Down

0 comments on commit 538b1a7

Please sign in to comment.