summaryrefslogtreecommitdiff
path: root/app/views/notify/service_desk_thank_you_email.text.erb
blob: 8b52219c83bbfcb6ecc939cd908eea2bdbde5f87 (plain)
1
2
3
4
5
6
<%= _("Thank you for your support request! We are tracking your request as ticket #%{issue_iid}, and will respond as soon as we can.") % { issue_iid: @issue.iid } %>

<%= _("To unsubscribe from this issue, please paste the following link into your browser:") %>

<%= @unsubscribe_url %>
<%# EE-specific start %><%= render_if_exists 'layouts/mailer/additional_text' %><%# EE-specific end %>