trabajo-afectivo/app/views/mailer/ticket_update_merged_into/en.html.erb

12 lines
352 B
Text
Raw Permalink Normal View History

Ticket (#{ticket.title}) was merged into another ticket
<div>Hi #{recipient.firstname},</div>
<br>
<div>
Ticket (#{ticket.title}) was merged into another ticket by "<b>#{current_user.longname}</b>".
</div>
<br>
<div>
<a href="#{config.http_type}://#{config.fqdn}/#ticket/zoom/#{ticket.id}" target="zammad_app">#{t('View this in Zammad')}</a>
</div>