Commit 9906bbb1 authored by Sean McGivern's avatar Sean McGivern

Fix Service Desk emails

We now explicitly set an `@unsubscribe_url`.
parent 7373b370
...@@ -12,4 +12,4 @@ ...@@ -12,4 +12,4 @@
%p %p
— —
%br %br
= link_to "Unsubscribe", @sent_notification_url = link_to "Unsubscribe", @unsubscribe_url
...@@ -2,4 +2,4 @@ Thank you for your support request! We are tracking your request as ticket #<%= ...@@ -2,4 +2,4 @@ Thank you for your support request! We are tracking your request as ticket #<%=
To unsubscribe from this issue, please paste the following link into your browser: To unsubscribe from this issue, please paste the following link into your browser:
<%= @sent_notification_url %> <%= @unsubscribe_url %>
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment