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
{% capture checksum %}{{case.id}}@z29p6.com{%endcapture%} | |
{% capture checksum %}{{ checksum | gravatar_image: gravatar_unknown_user, ssl }}{%endcapture%} | |
{% capture checksum %}{{checksum|remove:'<img class="gravatar" alt="" width="50" height="50" src="http://www.gravatar.com/avatar/'}}{%endcapture%} | |
{% capture checksum %}{{checksum|remove:'?rating=PG&size=50" />'}}{%endcapture%} | |
{% capture string %}Z29IlN{{case.id}}{% endcapture %} | |
{% capture hash %}{{ string | md5}}{% endcapture %} |
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
{% assign emails = case.emails %} | |
{% assign threadlength = emails.size|minus:1 %} | |
{% for email in emails reversed %} | |
{% if forloop.first %} | |
{{email.new_html}} | |
{% if email.agent %} | |
{%capture sig-exist%}{{email.agent.signature|size}}{%endcapture%} | |
{% if sig-exist != '0'%} | |
<div style="margin-top:10px;"> | |
{{email.agent.signature | newline_to_br}}</div> |
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
<script>location.replace('URL TO ARTICLE')</script> |
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 desk.current_brand.name == 'brand 1' %} | |
<img src="http://www.PATHTOMYIMAGE.com/brand1.jpg"> | |
{% elsif desk.current_brand.name == 'brand 2' %} | |
<img src="http://www.PATHTOMYIMAGE.com/brand2.jpg"> | |
{% elsif desk.current_brand.name == 'brand 3' %} | |
<img src="http://www.PATHTOMYIMAGE.com/brand3.jpg"> | |
{% else %} | |
<img src="http://www.PATHTOMYIMAGE.com/defaultlogo.jpg"> | |
{% endif %} |
NewerOlder