Skip to content

Instantly share code, notes, and snippets.

@tstachl
Created January 23, 2015 17:57
Show Gist options
  • Select an option

  • Save tstachl/83a6d24e9ccb7c80bc90 to your computer and use it in GitHub Desktop.

Select an option

Save tstachl/83a6d24e9ccb7c80bc90 to your computer and use it in GitHub Desktop.
{% 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