Skip to content

Commit

Permalink
Merge pull request #1775 from funwhilelost/patch-1
Browse files Browse the repository at this point in the history
Small fix to cart URL for non-root stores
  • Loading branch information
jhawthorn authored Mar 20, 2017
2 parents 454ab43 + 0967c26 commit e0d01a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/app/views/spree/shared/_main_nav_bar.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<li id="home-link" data-hook><%= link_to Spree.t(:home), spree.root_path %></li>
<li id="link-to-cart" data-hook>
<noscript>
<%= link_to Spree.t(:cart), '/cart' %>
<%= link_to Spree.t(:cart), spree.cart_path %>
</noscript>
&nbsp;
</li>
Expand Down

0 comments on commit e0d01a3

Please sign in to comment.