debian-mirror-gitlab/app/views/notify/service_desk_thank_you_email.text.erb

7 lines
390 B
Text
Raw Normal View History

2020-10-24 23:57:45 +05:30
<%= _("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 } %>
2020-07-28 23:09:34 +05:30
2020-10-24 23:57:45 +05:30
<%= _("To unsubscribe from this issue, please paste the following link into your browser:") %>
2020-07-28 23:09:34 +05:30
<%= @unsubscribe_url %>
<%# EE-specific start %><%= render_if_exists 'layouts/mailer/additional_text' %><%# EE-specific end %>