Skip to content

Instantly share code, notes, and snippets.

@metamn
Created March 12, 2011 12:12
Show Gist options
  • Select an option

  • Save metamn/867212 to your computer and use it in GitHub Desktop.

Select an option

Save metamn/867212 to your computer and use it in GitHub Desktop.
Example on a button / link breaking the design on webkit
<a class="button" href="..." title="...">
{{ product.price | money }} &nbsp;&nbsp;
{% if settings.locale == "enabled" %}
{{ settings.locale_cart_add }}
{% else %}
"Add to cart"
{% endif %}
</a>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment