Created
October 5, 2017 08:02
-
-
Save rileyrg/9a3a0a54e6756f23e00a5318ca362635 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
{% macro sortedClass(pagination,name) %} | |
{% if pagination.isSorted(name) %} | |
{% spaceless %} | |
sorted | |
{% endspaceless %} | |
{% endif %} | |
{% endmacro %} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment