padma-assets 0.3.8 → 0.3.12

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: '08f4f85814039807be3a0ab8cfbc28801ae785f4c354e9b06c21c723a0db08a4'
4
- data.tar.gz: 2443e173614754b8c7046a1b44346d43da2f9865cf4c5618a16cdb59a8340b5f
3
+ metadata.gz: 978c71423c8a44b4be0b86bc808b6463ce67582fe050d6f0543f5e97fc13f671
4
+ data.tar.gz: 2d5bd88d82e693a6c2444bbdf132ace917a230d7ea29866ca32525cd86ee1fc4
5
5
  SHA512:
6
- metadata.gz: 8c4a8959a68351d066d01ad2d57cec5a26e11294f8d6fb34df384f03821581d137fee9796fd40f3ee23fc59ba17b5b331394fcd6c4e7fed10ea75123e4905f61
7
- data.tar.gz: f296d03809f74c23c8ab61f42cd525976224a6523962aa410d0a9d50a363181f624a16a93510187f47d423e7a80075480229be4fffc1912718d677f387ea0caa
6
+ metadata.gz: 51b4c61f666d2f4a5694e139f3b5810a239dd62fefae45986160f2bd4e119e85b59e4a238a06fb11042238ffbaf4f6e2d628f88c4fd74f0bd991a345b9d5e646
7
+ data.tar.gz: 31c033b79a990594ff0563750509c1de53e4a206dec45a57cece2c26bee6fc4fc1dd37e880ec6f1d8ac88508797d7a7ab9985aa670653b32f31473eb1475ca2e
@@ -2,6 +2,4 @@
2
2
  <li><%= link_to t('header-menu.mailing.triggers'), "#{APP_CONFIG['mailing-url']}/triggers" %></li>
3
3
  <li><%= link_to t('header-menu.mailing.scheduled_mails_all'), "#{APP_CONFIG['mailing-url']}/scheduled_mails/history" %></li>
4
4
  <li><%= link_to t('header-menu.mailing.scheduled_mails_future'), "#{APP_CONFIG['mailing-url']}/scheduled_mails/pending" %></li>
5
- <% if can? :configure, :mailchimp -%>
6
- <li><%= link_to t('header-menu.mailing.mailchimp_configuration'), "#{APP_CONFIG['mailing-url']}/mailchimp/configuration" %></li>
7
- <% end -%>
5
+ <li><%= link_to t('header-menu.mailing.mailchimp_configuration'), "#{APP_CONFIG['crm-url']}/mailchimp/syncs" %></li>
@@ -48,23 +48,11 @@
48
48
  </a>
49
49
  <ul class="dropdown-menu" role="menu">
50
50
  <li><%= link_to t('header-menu.modules.fnz'), APP_CONFIG['fnz-url'], target: '_blank' %></li>
51
- <li><%= link_to "Learn DeROSE", "https://learn.derose.co/admin", target: '_blank' %></li>
52
- <% if can?(:manage,:asana_com) %>
53
- <li><%= link_to t('header-menu.modules.asana_com'), "#{APP_CONFIG['crm-url']}/asana_clients" %></li>
54
- <% end %>
55
- <% if can?(:manage, :notion) %>
56
- <li><%= link_to t('header-menu.modules.notion'), "#{APP_CONFIG['crm-url']}/notion/syncs" %></li>
57
- <% end %>
58
- <% if can?(:see, :mailchimp) -%>
59
- <li><%= link_to t('header-menu.modules.mailchimp_integration'), "#{APP_CONFIG['mailing-url']}/mailchimp/subscription" %></li>
60
- <% end -%>
61
- <% if can?(:manage, :hubspot) %>
62
- <li><%= link_to t("header-menu.modules.hubspot_integration"), "#{APP_CONFIG['crm-url']}/hubspot" %></li>
63
- <% end -%>
51
+ <li><%= link_to "Learn DeROSE", "https://learn.derose.app/admin", target: '_blank' %></li>
52
+ <li><%= link_to t("header-menu.modules.integrations"), "#{APP_CONFIG['crm-url']}/integrations" %></li>
64
53
  <% if can?(:manage, :office_argentina) -%>
65
54
  <li><%= link_to "Office Argentina", "http://officear.derose.app", target: '_blank' %></li>
66
55
  <% end -%>
67
- <li><%= link_to t('header-menu.modules.wordpress_plugin'), 'http://github.com/dwaynemac/padma-wordpress-plugin', target: '_blank' %></li>
68
56
  </ul>
69
57
  </li>
70
58
  <%= yield :top_left_navigation_menu %>
@@ -0,0 +1,12 @@
1
+ <style>
2
+ #PadmaSupportHub #emailButton {
3
+ position: fixed;
4
+ right: 20px;
5
+ bottom: 20px;
6
+ width: 50px;
7
+ opacity: 0.85;
8
+ }
9
+ </style>
10
+ <div id="PadmaSupportHub">
11
+ <%= link_to image_tag("681171_email_512x512.png", id: "emailButton"), "mailto:#{ENV["support_email"]}", target: "_blank" %>
12
+ </div>
@@ -10,6 +10,7 @@ en:
10
10
  notion: Notion integration
11
11
  hubspot_integration: HubSpot integration
12
12
  wordpress_plugin: Wordpress Plugin
13
+ integrations: All integrations
13
14
  user_menu:
14
15
  user_profile: My profile
15
16
  school_profile: School configuration
@@ -12,6 +12,7 @@ es:
12
12
  hubspot_integration: Integración con HubSpot
13
13
  derose_events: Eventos DeROSE
14
14
  wordpress_plugin: Plugin Wordpress
15
+ integrations: Todas las integraciones
15
16
  user_menu:
16
17
  user_profile: Mi perfil
17
18
  school_profile: Configuración Escuela
@@ -12,6 +12,7 @@ pt-BR:
12
12
  notion: Integração com Notion
13
13
  derose_events: Eventos DeROSE
14
14
  wordpress_plugin: Plugin Wordpress
15
+ integrations: Todas as integrações
15
16
  user_menu:
16
17
  user_profile: Meu perfil
17
18
  school_profile: Configuraçāo Unidade
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.8
4
+ version: 0.3.12
5
5
  platform: ruby
6
6
  authors:
7
7
  - Dwayne Macgowan
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-12-17 00:00:00.000000000 Z
11
+ date: 2022-01-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: railties
@@ -47,6 +47,7 @@ files:
47
47
  - app/assets/fonts/glyphicons-halflings-regular.ttf
48
48
  - app/assets/fonts/glyphicons-halflings-regular.woff
49
49
  - app/assets/fonts/glyphicons-halflings-regular.woff2
50
+ - app/assets/images/681171_email_512x512.png
50
51
  - app/assets/images/arrow_down.png
51
52
  - app/assets/images/arrow_up.png
52
53
  - app/assets/images/glyphicons-halflings-white.png
@@ -110,6 +111,7 @@ files:
110
111
  - app/views/layouts/_mailing_menu.html.erb
111
112
  - app/views/layouts/_module_box.html.erb
112
113
  - app/views/layouts/_stats_list.html.erb
114
+ - app/views/layouts/_support_button.html.erb
113
115
  - config/locales/header-menu.en.yml
114
116
  - config/locales/header-menu.es.yml
115
117
  - config/locales/header-menu.pt-BR.yml