From 6116e90e62555b076ae847a20edf6e35ba05fb7c Mon Sep 17 00:00:00 2001 From: Kyle Drake Date: Mon, 29 Jun 2015 13:54:49 -0700 Subject: [PATCH] unsubscribe not subscribe --- workers/email_worker.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/workers/email_worker.rb b/workers/email_worker.rb index 15f2b69a..b86a3829 100644 --- a/workers/email_worker.rb +++ b/workers/email_worker.rb @@ -9,7 +9,7 @@ class EmailWorker if args['no_footer'] footer = '' else - footer = "\n\n---\nYou are receiving this email because you have a Neocities site. If you would like to subscribe from Neocities emails, just visit this url:\nhttps://neocities.org/settings/unsubscribe_email?email=#{Rack::Utils.escape args['to']}&token=#{unsubscribe_token}" + footer = "\n\n---\nYou are receiving this email because you have a Neocities site. If you would like to unsubscribe from Neocities emails, just visit this url:\nhttps://neocities.org/settings/unsubscribe_email?email=#{Rack::Utils.escape args['to']}&token=#{unsubscribe_token}" end Mail.deliver do