padma-assets 0.3.22 → 0.3.23
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
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 7c0a31c60ca0e75b831b3ac8eed38d2f48b2a07ebe18161d4126532126ce8554
|
|
4
|
+
data.tar.gz: 0bbd91cf4418a69dd8eb272d9cf2ba7d39e30acd37fff4d8c4190293b22b5932
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 0e3622c1fade6f5e52053ed372260b899aea2d195b29393a4e257e16090782034f98d3759c3f94a726276dcd8ead713fe5dfb4ca71bef5d5230d30cde0436106
|
|
7
|
+
data.tar.gz: d85911a094ca894c3f05432f102f8c4140ba65429aa6807780ad0caea8c7178331f5e8808888db41a3c691d175d70248d050282ffc28aba5c30773b1978bf1eb
|
|
@@ -5,3 +5,4 @@
|
|
|
5
5
|
<li><%= link_to t('header-menu.mailing.scheduled_mails_all'), "#{mailing_url}/scheduled_mails/history" %></li>
|
|
6
6
|
<li><%= link_to t('header-menu.mailing.scheduled_mails_future'), "#{mailing_url}/scheduled_mails/pending" %></li>
|
|
7
7
|
<li><%= link_to t('header-menu.mailing.mailchimp_configuration'), "#{APP_CONFIG['crm-url']}/mailchimp/syncs" %></li>
|
|
8
|
+
<li><%= link_to t('header-menu.mailing.sendin_blue_configuration'), "#{APP_CONFIG['crm-url']}/sendin_blue/syncs" %></li>
|
|
@@ -69,6 +69,7 @@ es:
|
|
|
69
69
|
scheduled_mails_all: Histórico de mails
|
|
70
70
|
scheduled_mails_future: Mails programados
|
|
71
71
|
mailchimp_configuration: Configuración Mailchimp
|
|
72
|
+
sendin_blue_configuration: Configuración SendinBlue
|
|
72
73
|
stats:
|
|
73
74
|
title: Estadísticas
|
|
74
75
|
pdg_report: Resumen pedagógico
|
|
@@ -69,6 +69,7 @@ pt-BR:
|
|
|
69
69
|
scheduled_mails_all: Histórico de e-mails
|
|
70
70
|
scheduled_mails_future: e-mails programados
|
|
71
71
|
mailchimp_configuration: Configuraçāo Mailchimp
|
|
72
|
+
sendin_blue_configuration: Configuraçāo SendinBlue
|
|
72
73
|
stats:
|
|
73
74
|
title: Estatísticas
|
|
74
75
|
pdg_report: Resumo pedagógico
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: padma-assets
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.3.
|
|
4
|
+
version: 0.3.23
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Dwayne Macgowan
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2023-
|
|
11
|
+
date: 2023-03-08 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: railties
|