Skip to content

Instantly share code, notes, and snippets.

@ctataryn
Created November 20, 2014 18:04
Show Gist options
  • Save ctataryn/f010c123f2ab7f14c628 to your computer and use it in GitHub Desktop.
Save ctataryn/f010c123f2ab7f14c628 to your computer and use it in GitHub Desktop.
{{#if cartEmpty}}
<span id="cartCheckoutLinkDisabled" class="button right button_tooltip disabled">
<span class="icon icon-cart-empty"></span>
{{t 'titles.online.view.cart'}}
</span>
{{else}}
{{#link-to 'cart' id="cartCheckoutLink"}}
<span class="icon icon-cart"></span>
{{t 'titles.online.view.cart'}}
{{/link-to}}
{{/if}}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment