Skip to content

Instantly share code, notes, and snippets.

@rileyrg
Created October 5, 2017 08:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rileyrg/9a3a0a54e6756f23e00a5318ca362635 to your computer and use it in GitHub Desktop.
Save rileyrg/9a3a0a54e6756f23e00a5318ca362635 to your computer and use it in GitHub Desktop.
{% 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