Last active
August 24, 2017 05:31
-
-
Save svaustin66/099b987ad1c8af14a8295c096e81c930 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{% if customer and customer.tags contains 'admin' %} | |
<p><a href="/admin/collections/{{collection.id}}" target="_blank">Edit Collection</a></p> | |
{% endif %} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment