workarea-registries 1.0.4 → 1.0.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 0a1d5f7706759ffc3fc6130f826f6735a759aaca
|
|
4
|
+
data.tar.gz: 8248031aad6e6bddaccb7050b298614b116826ea
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: c05407a5ec1b508a5fea12eedd406dd734c531697d3d1aa4ec117d8f191be9de1711e144a0bb938ca3fae9cb81a8a693f6ecf3b4a64b8aebdd6aed3e99fa8157
|
|
7
|
+
data.tar.gz: 8142ba91e62dae237250ba756b19b2f635c1701c14e2021f3e5b37ac7b47fd75134e9bb97017e34d1b3e686f9a54e3eea2daf577ba531ee30c2ec3faa8fa9cba
|
|
@@ -6,14 +6,11 @@
|
|
|
6
6
|
%tr
|
|
7
7
|
%td
|
|
8
8
|
%h1= @content
|
|
9
|
-
%p
|
|
10
|
-
%strong= @thank.from
|
|
11
|
-
%p= t('workarea.storefront.email.thank.thank_you')
|
|
9
|
+
%p= t('workarea.storefront.email.registries.thank.thank_you', registry_owner: @thank.friendly_from )
|
|
12
10
|
|
|
13
11
|
- if @thank.message.present?
|
|
14
|
-
%p
|
|
15
|
-
%
|
|
16
|
-
%p= @thank.message
|
|
12
|
+
%p
|
|
13
|
+
%i= @thank.message
|
|
17
14
|
|
|
18
15
|
|
|
19
16
|
= append_partials('storefront.registry_thank_mailer.bottom')
|
data/config/locales/en.yml
CHANGED
|
@@ -33,7 +33,7 @@ en:
|
|
|
33
33
|
thank:
|
|
34
34
|
from_info: 'has included a personal note:'
|
|
35
35
|
subject: Thank you from %{from}
|
|
36
|
-
thank_you: wants to thank you for your gift!
|
|
36
|
+
thank_you: '%{registry_owner} wants to thank you for your gift!'
|
|
37
37
|
flash_messages:
|
|
38
38
|
private_registry: This registry is private.
|
|
39
39
|
registry_created: Your registry has been created.
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: workarea-registries
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.0.
|
|
4
|
+
version: 1.0.5
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Jurgen Hahn
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2021-
|
|
11
|
+
date: 2021-04-07 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: workarea
|