Create pl.html.erb ticket escalation email (#743)
This commit is contained in:
parent
3d267d3646
commit
a05762ff09
1 changed files with 18 additions and 0 deletions
18
app/views/mailer/ticket_escalation/pl.html.erb
Normal file
18
app/views/mailer/ticket_escalation/pl.html.erb
Normal file
|
@ -0,0 +1,18 @@
|
|||
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
|
Loading…
Reference in a new issue