Created
January 23, 2015 17:57
-
-
Save tstachl/83a6d24e9ccb7c80bc90 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 case.group.name == 'Support' %} | |
| <!-- put the case theme for support here --> | |
| {% elsif case.group.name == 'Internal' %} | |
| <!-- put the case theme for internal here --> | |
| {% else %} | |
| <!-- put the case theme for default here --> | |
| {% endif %} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment