padma-assets 0.3.22 → 0.3.24

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: 77aa413d9b98b4642c228bd740ff66fbedde2b2e31fbd007a8d199a860c6d1f6
4
- data.tar.gz: e6fe7cd17215da0c7390c30e78bdee777dd97dac18c6763eec04b9385ba4f40c
3
+ metadata.gz: 201ad3156b130237472c837e8271aef51ff9a56a2265dd20786bff7f29c96596
4
+ data.tar.gz: 785331870c76ca97b1d73b36c5da1e1887fe0d2f747dd88184e4984be4061637
5
5
  SHA512:
6
- metadata.gz: 04b40e4ad9da8d06973d0ca5c33f236e0b72820f2ba47655e126c5f6c26ff40afba97abfe6e9c3d1d2a376cd5f39588719a7665524884562d0e1e6efdbc0a475
7
- data.tar.gz: 1e6b1d19b3f7d2d743f02893ea5c63b7b9dbcbb5ef8e8382542c9f75be537494aa15fb3943081dd5c8bfdc0bee75dca62681fb37f9cff7ad976caae83770d223
6
+ metadata.gz: 46ce3c0859d9ec964f35e3f3479e2728fea97b7e43b9a004b4011235bf5493755afbca1d7f588d50062fb8a32e742e70b6eb021a786c182915aa58c335ae7c98
7
+ data.tar.gz: 383ccc8d6eb46e6deeb0d2450c1e2e923dd80f0619076b6d712489e47f0aedc88005ce45d354f294dcb49dc7e8ccfadbe1440f23c00ef410ae0bd59db5502b46
@@ -1,7 +1,9 @@
1
1
  <% local_mailing = current_user.current_account.respond_to?(:padma)? current_user.current_account.padma.local_mailing : current_user.current_account.local_mailing %>
2
2
  <% mailing_url = (local_mailing)? "#{APP_CONFIG['crm-url']}/mailing" : APP_CONFIG['mailing-url'] %>
3
3
  <li><%= link_to t('header-menu.mailing.templates'), "#{mailing_url}/templates" %></li>
4
+ <li><%= link_to t('header-menu.mailing.addresses'), "#{mailing_url}/addresses" %></li>
4
5
  <li><%= link_to t('header-menu.mailing.triggers'), "#{mailing_url}/triggers" %></li>
5
6
  <li><%= link_to t('header-menu.mailing.scheduled_mails_all'), "#{mailing_url}/scheduled_mails/history" %></li>
6
7
  <li><%= link_to t('header-menu.mailing.scheduled_mails_future'), "#{mailing_url}/scheduled_mails/pending" %></li>
7
8
  <li><%= link_to t('header-menu.mailing.mailchimp_configuration'), "#{APP_CONFIG['crm-url']}/mailchimp/syncs" %></li>
9
+ <li><%= link_to t('header-menu.mailing.sendin_blue_configuration'), "#{APP_CONFIG['crm-url']}/sendin_blue/syncs" %></li>
@@ -62,10 +62,12 @@ en:
62
62
  mailing:
63
63
  title: Mailing
64
64
  templates: Templates
65
+ addresses: Mailing addresses
65
66
  triggers: Triggers
66
67
  scheduled_mails_all: Scheduled Mails
67
68
  scheduled_mails_future: Future mails
68
69
  mailchimp_configuration: Mailchimp configuration
70
+ sendin_blue_configuration: SendinBlue configuration
69
71
  stats:
70
72
  title: Statistics
71
73
  pdg_report: Pedagogic summary
@@ -65,10 +65,12 @@ es:
65
65
  mailing:
66
66
  title: Mailing
67
67
  templates: Modelos de mail
68
+ addresses: Direcciones de envío
68
69
  triggers: Disparadores automáticos
69
70
  scheduled_mails_all: Histórico de mails
70
71
  scheduled_mails_future: Mails programados
71
72
  mailchimp_configuration: Configuración Mailchimp
73
+ sendin_blue_configuration: Configuración SendinBlue
72
74
  stats:
73
75
  title: Estadísticas
74
76
  pdg_report: Resumen pedagógico
@@ -65,10 +65,12 @@ pt-BR:
65
65
  mailing:
66
66
  title: Mailing
67
67
  templates: Modelos de e-mail
68
+ addresses: Endereços de e-mail
68
69
  triggers: Disparadores automáticos
69
70
  scheduled_mails_all: Histórico de e-mails
70
71
  scheduled_mails_future: e-mails programados
71
72
  mailchimp_configuration: Configuraçāo Mailchimp
73
+ sendin_blue_configuration: Configuraçāo SendinBlue
72
74
  stats:
73
75
  title: Estatísticas
74
76
  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.22
4
+ version: 0.3.24
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-02-14 00:00:00.000000000 Z
11
+ date: 2023-03-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: railties