trabajo-afectivo/app/views/mailer/ticket_escalation/pl.html.erb
MrGeneration f01d71d73b fix typos in html tags
This will satsify issue https://github.com/zammad/zammad/issues/2747 found by abeluck.

Earlier the two patched files did not correctly close divs, which caused broken Mails to be generated.
2019-09-18 14:10:00 +02:00

18 lines
516 B
Text

Zgłoszenie (#{ticket.title}) zostało eskalowane
<div>Witaj #{recipient.firstname},</div>
<br>
<div>Zgłosznie (#{ticket.title}) od "<b>#{ticket.customer.longname}</b>" jest eskalowane od "#{ticket.escalation_at}"!</div>
<br>
<% if @objects[:article] %>
<div>
#{t('Information')}:
<blockquote type="cite">
#{article.body_as_html}
</blockquote>
</div>
<% end %>
<br>
<div>
<a href="#{config.http_type}://#{config.fqdn}/#ticket/zoom/#{ticket.id}" target="zammad_app">#{t('Zobacz w Zammad')}</a>
</div>