Skip to content

Commit

Permalink
Merge pull request #571 from pippallabs/master
Browse files Browse the repository at this point in the history
Fixes error - undefined local variable or method 'cart_link_url'
  • Loading branch information
Andrew Thal committed Dec 7, 2015
2 parents 372d4b3 + 425c8c9 commit 01a2242
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 @@ -7,6 +7,6 @@
</noscript>
&nbsp;
</li>
<script>Spree.fetch_cart('<%= j cart_link_url %>')</script>
<script>Spree.fetch_cart('<%= j spree.cart_link_url %>')</script>
</ul>
</nav>

0 comments on commit 01a2242

Please sign in to comment.