effective_messaging 0.5.2 → 0.5.3
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: ed8de6731f08ee11c570349e0113f777d7bb4880e603a4dafc26218247f04290
|
4
|
+
data.tar.gz: 9603bdad9a258cb469a50a9951fd57a1b4f05208ae5529b850b96459475b5b8e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ea54a28a5d20dbbfb6d9f65a475cf9d6382106b03f6266bab61f5ab22bfcf456f0740423669278d6ac6ae14cb780d1add01f62cb1f9a0f919fc88a2a683c12fb
|
7
|
+
data.tar.gz: 71a0eb5f6ec5365d3fec8db717fd6c6319a0010d762f680b86df9287364b19941eb4447f4d5b3b20944aeb6c25bd3146b1ac97a59059e79c664551dbaae50ad3
|
@@ -80,7 +80,7 @@ module Effective
|
|
80
80
|
url = view_context.root_url
|
81
81
|
|
82
82
|
unsubscribe = [
|
83
|
-
"You received this message because of your affiliation with the #{name} at #{url}
|
83
|
+
"You received this message because of your affiliation with the #{name} at #{url}",
|
84
84
|
"If you do not want to receive this messages any more, you may <a href=\"{{{ pm:unsubscribe }}}\">Unsubscribe from this list</a>.",
|
85
85
|
"Please understand that unsubscribing means you will no longer receive mandatory messages and announcements."
|
86
86
|
].join(" ")
|