Skip to content

Instantly share code, notes, and snippets.

@rruhlen
Last active August 29, 2015 14:00
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 rruhlen/40369ebef1e89dfd7216 to your computer and use it in GitHub Desktop.
Save rruhlen/40369ebef1e89dfd7216 to your computer and use it in GitHub Desktop.
display fields in case theme depending on the brand.
{% if case.custom_brand == 'Brand 1' %}
<div class="agent_ticket_section">
<div>
{{custom_field1}}
</div>
<div>
{{custom_field2}}
</div>
</div>
{% endif %}
@gearsandcode
Copy link

That was quick! Thanks for the help

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment