Last active
July 28, 2017 00:08
-
-
Save svaustin66/7b98869f52bd9565f13e3621701f5e79 to your computer and use it in GitHub Desktop.
Edit Page Link
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/pages/{{page.id}}" target="_blank">Edit Page</a><p> | |
{% endif %} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment