Skip to content

Instantly share code, notes, and snippets.

@zachharkey
Created October 1, 2013 00:04
Show Gist options
  • Save zachharkey/6772104 to your computer and use it in GitHub Desktop.
Save zachharkey/6772104 to your computer and use it in GitHub Desktop.
{% if collection %}
{% if collection.previous_product %}
{{ '« Previous Product' | link_to: collection.previous_product }}
{% endif %}
{% if collection.next_product %}
{% if collection.previous_product %} | {% endif %}
{{ 'Next Product »' | link_to: collection.next_product }}
{% endif %}
{% endif %}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment