2017-04-25 17:52:04 +00:00
|
|
|
Chamado escalado (#{ticket.title})
|
|
|
|
|
|
|
|
<div>Oi #{recipient.firstname},</div>
|
|
|
|
<br>
|
|
|
|
<div>Um chamado (#{ticket.title}) de "<b>#{ticket.customer.longname}</b>" foi escalado desde "#{ticket.escalation_at}"!</div>
|
|
|
|
<br>
|
|
|
|
<% if @objects[:article] %>
|
|
|
|
<div>
|
|
|
|
#{t('Information')}:
|
|
|
|
<blockquote type="cite">
|
|
|
|
#{article.body_as_html}
|
|
|
|
</blockquote>
|
|
|
|
</div>
|
|
|
|
<% end %>
|
|
|
|
<br>
|
|
|
|
<div>
|
2022-01-19 12:19:04 +00:00
|
|
|
<a href="#{config.http_type}://#{config.fqdn}/#ticket/zoom/#{ticket.id}" target="zammad_app">Veja mais informações no Zammad</a>
|
2017-04-25 17:52:04 +00:00
|
|
|
</div>
|