trabajo-afectivo/app/views/mailer/ticket_reminder_reached/fr.html.erb

19 lines
528 B
Text
Raw Permalink Normal View History

2018-01-19 19:47:14 +00:00
Rappel atteint (#{ticket.title})
<div>Bonjour #{recipient.firstname},</div>
<br>
<div>Un ticket nécessite une attention, un rappel a été atteint pour (#{ticket.title}) avec le client "<b>#{ticket.customer.longname}</b>".</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('View this in Zammad')}</a>
</div>