padma-assets 0.2.2 → 0.2.3
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: 1848d0503fb07e22d674004d3160b493e746f139
|
|
4
|
+
data.tar.gz: af865c193296af298b1fcaa49e8de667efdbda4a
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 01fafd896ff8bc058e2673a5c66016e5178c5975dd152d99bab530930b61eb1e5a5c45dd77de9a133e010211448497e9cd7781b4a643c1a5e465a85399b27573
|
|
7
|
+
data.tar.gz: f19a81085bf0016b080a310c97f0e6b914f9fa8987ade0117014089fc2b7a0532a21c19ec6466b43dcebc52988bf6c10452cdf69107bd9b0e8f2bb35ddea34ac
|
|
@@ -49,7 +49,7 @@
|
|
|
49
49
|
<li><%= link_to t('header-menu.modules.fnz'), APP_CONFIG['fnz-url'] %></li>
|
|
50
50
|
<li><%= link_to t('header-menu.modules.planning'), APP_CONFIG['planning-url'] %></li>
|
|
51
51
|
<% if can?(:manage, :mailchimp) -%>
|
|
52
|
-
<li><%= link_to t('header-menu.
|
|
52
|
+
<li><%= link_to t('header-menu.modules.mailchimp_integration'), "#{APP_CONFIG['mailing-url']}/mailchimp/subscription" %></li>
|
|
53
53
|
<% end -%>
|
|
54
54
|
</ul>
|
|
55
55
|
</li>
|
|
@@ -5,6 +5,7 @@ en:
|
|
|
5
5
|
modules:
|
|
6
6
|
title: Modules
|
|
7
7
|
fnz: Finances
|
|
8
|
+
mailchimp_integration: Mailchimp integration
|
|
8
9
|
user_menu:
|
|
9
10
|
user_profile: My profile
|
|
10
11
|
school_profile: School configuration
|
|
@@ -57,6 +58,7 @@ en:
|
|
|
57
58
|
triggers: Triggers
|
|
58
59
|
scheduled_mails_all: Scheduled Mails
|
|
59
60
|
scheduled_mails_future: Future mails
|
|
61
|
+
mailchimp_configuration: Mailchimp configuration
|
|
60
62
|
stats:
|
|
61
63
|
title: Statistics
|
|
62
64
|
pdg_report: Month summary
|
|
@@ -6,6 +6,7 @@ es:
|
|
|
6
6
|
title: Módulos
|
|
7
7
|
fnz: Financiero
|
|
8
8
|
planning: Gestión de la rutina
|
|
9
|
+
mailchimp_integration: Integración con Mailchimp
|
|
9
10
|
user_menu:
|
|
10
11
|
user_profile: Mi perfil
|
|
11
12
|
school_profile: Configuración Escuela
|
|
@@ -58,6 +59,7 @@ es:
|
|
|
58
59
|
triggers: Disparadores automáticos
|
|
59
60
|
scheduled_mails_all: Histórico de mails
|
|
60
61
|
scheduled_mails_future: Mails programados
|
|
62
|
+
mailchimp_configuration: Configuración Mailchimp
|
|
61
63
|
stats:
|
|
62
64
|
title: Estadísticas
|
|
63
65
|
pdg_report: Resumen mensual
|
|
@@ -6,6 +6,7 @@ pt-BR:
|
|
|
6
6
|
title: Módulos
|
|
7
7
|
fnz: Financeiro
|
|
8
8
|
planning: Gestāo da Rutina
|
|
9
|
+
mailchimp_integration: Integraçāo com Mailchimp
|
|
9
10
|
user_menu:
|
|
10
11
|
user_profile: Meu perfil
|
|
11
12
|
school_profile: Configuraçāo Unidade
|
|
@@ -58,6 +59,7 @@ pt-BR:
|
|
|
58
59
|
triggers: Disparadores automáticos
|
|
59
60
|
scheduled_mails_all: Histórico de e-mails
|
|
60
61
|
scheduled_mails_future: e-mails programados
|
|
62
|
+
mailchimp_configuration: Configuraçāo Mailchimp
|
|
61
63
|
stats:
|
|
62
64
|
title: Estatísticas
|
|
63
65
|
pdg_report: Resumo mensal
|
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.2.
|
|
4
|
+
version: 0.2.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Dwayne Macgowan
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2016-02-
|
|
11
|
+
date: 2016-02-19 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: railties
|