padma-assets 0.3.30 → 0.3.32
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 +4 -4
- data/app/views/layouts/_mailing_menu.html.erb +1 -1
- data/app/views/layouts/_module_box.html.erb +1 -1
- data/config/locales/header-menu.en.yml +2 -2
- data/config/locales/header-menu.es.yml +2 -2
- data/config/locales/header-menu.pt-BR.yml +2 -2
- metadata +3 -3
- /data/app/assets/stylesheets/custom/{colors.css.scss → colors.scss} +0 -0
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 2cba979728b54742dfbd395a94e8bc32eb1f3e66973e5a4ca91f67cfe2bb632b
|
|
4
|
+
data.tar.gz: f44a9554f0043388324fb71d0548354878cf789f70d0678ac408341e7eb46c86
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 49d13679e9ebf92fea99efeeb543910683e15dab01dc7393575fba289d665244853586993f03a1b78bfbf9ca53a72380ab3febbbba4e1c56b288f7e9e0304b6e
|
|
7
|
+
data.tar.gz: 4c975949ce04ab42c5f9e99a7609f0381c8e92488b057814b3d7068298a3981fe5e9533f3da8aa1c65849ad81f66c914885de6217ad2e2c6cce0c3be96d949df
|
|
@@ -5,4 +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']}/
|
|
8
|
+
<li><%= link_to t('header-menu.mailing.sendin_blue_configuration'), "#{APP_CONFIG['crm-url']}/brevo/syncs" %></li>
|
|
@@ -46,8 +46,8 @@
|
|
|
46
46
|
<%= t('header-menu.modules.title') %> <span class="caret"></span>
|
|
47
47
|
</a>
|
|
48
48
|
<ul class="dropdown-menu" role="menu">
|
|
49
|
-
<li><%= link_to t('header-menu.modules.fnz'), APP_CONFIG['fnz-url'], target: '_blank' %></li>
|
|
50
49
|
<li><%= link_to "Learn DeROSE", "https://learn.derose.app/admin", target: '_blank' %></li>
|
|
50
|
+
<li><%= link_to "Money", "https://money.derose.app/", target: '_blank' %></li>
|
|
51
51
|
<li><%= link_to t("header-menu.modules.integrations"), "#{APP_CONFIG['crm-url']}/integrations" %></li>
|
|
52
52
|
<% if can?(:manage, :office_argentina) -%>
|
|
53
53
|
<li><%= link_to "Office Argentina", "http://officear.derose.app", target: '_blank' %></li>
|
|
@@ -6,7 +6,7 @@ en:
|
|
|
6
6
|
title: Modules
|
|
7
7
|
fnz: Finances
|
|
8
8
|
mailchimp_integration: Mailchimp integration
|
|
9
|
-
sendin_blue_integration:
|
|
9
|
+
sendin_blue_integration: Brevo integration
|
|
10
10
|
asana_com: Asana.com integration
|
|
11
11
|
notion: Notion integration
|
|
12
12
|
hubspot_integration: HubSpot integration
|
|
@@ -71,7 +71,7 @@ en:
|
|
|
71
71
|
scheduled_mails_all: Scheduled Mails
|
|
72
72
|
scheduled_mails_future: Future mails
|
|
73
73
|
mailchimp_configuration: Mailchimp configuration
|
|
74
|
-
sendin_blue_configuration:
|
|
74
|
+
sendin_blue_configuration: Brevo configuration
|
|
75
75
|
stats:
|
|
76
76
|
title: Statistics
|
|
77
77
|
pdg_report: Pedagogic summary
|
|
@@ -10,7 +10,7 @@ es:
|
|
|
10
10
|
notion: Integración con Notion
|
|
11
11
|
mailchimp_integration: Integración con Mailchimp
|
|
12
12
|
hubspot_integration: Integración con HubSpot
|
|
13
|
-
sendin_blue_integration: Integración con
|
|
13
|
+
sendin_blue_integration: Integración con Brevo
|
|
14
14
|
derose_events: Eventos DeROSE
|
|
15
15
|
wordpress_plugin: Plugin Wordpress
|
|
16
16
|
integrations: Todas las integraciones
|
|
@@ -74,7 +74,7 @@ es:
|
|
|
74
74
|
scheduled_mails_all: Histórico de mails
|
|
75
75
|
scheduled_mails_future: Mails programados
|
|
76
76
|
mailchimp_configuration: Configuración Mailchimp
|
|
77
|
-
sendin_blue_configuration: Configuración
|
|
77
|
+
sendin_blue_configuration: Configuración Brevo
|
|
78
78
|
stats:
|
|
79
79
|
title: Estadísticas
|
|
80
80
|
pdg_report: Resumen pedagógico
|
|
@@ -7,7 +7,7 @@ pt-BR:
|
|
|
7
7
|
fnz: Financeiro
|
|
8
8
|
planning: Gestāo da Rutina
|
|
9
9
|
mailchimp_integration: Integraçāo com Mailchimp
|
|
10
|
-
sendin_blue_integration: Integraçāo com
|
|
10
|
+
sendin_blue_integration: Integraçāo com Brevo
|
|
11
11
|
hubspot_integration: Integração com HubSpot
|
|
12
12
|
asana_com: Integraçāo com Asana.com
|
|
13
13
|
notion: Integração com Notion
|
|
@@ -74,7 +74,7 @@ pt-BR:
|
|
|
74
74
|
scheduled_mails_all: Histórico de e-mails
|
|
75
75
|
scheduled_mails_future: e-mails programados
|
|
76
76
|
mailchimp_configuration: Configuraçāo Mailchimp
|
|
77
|
-
sendin_blue_configuration: Configuraçāo
|
|
77
|
+
sendin_blue_configuration: Configuraçāo Brevo
|
|
78
78
|
stats:
|
|
79
79
|
title: Estatísticas
|
|
80
80
|
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.32
|
|
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-07-28 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: railties
|
|
@@ -89,7 +89,7 @@ files:
|
|
|
89
89
|
- app/assets/stylesheets/common/custom.scss
|
|
90
90
|
- app/assets/stylesheets/common/ui.scss
|
|
91
91
|
- app/assets/stylesheets/common/variables.scss
|
|
92
|
-
- app/assets/stylesheets/custom/colors.
|
|
92
|
+
- app/assets/stylesheets/custom/colors.scss
|
|
93
93
|
- app/assets/stylesheets/custom/form.css.scss
|
|
94
94
|
- app/assets/stylesheets/custom/table-sorter.scss
|
|
95
95
|
- app/assets/stylesheets/custom/tabs.scss
|
|
File without changes
|