padma-assets 0.2.34 → 0.2.39

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
- SHA1:
3
- metadata.gz: 31af1800eab738dee7645a2a9a3e5c0d9e731434
4
- data.tar.gz: d19de6c79bb5410a309cf5d04788a7ded99918a2
2
+ SHA256:
3
+ metadata.gz: 2fb7ec881ffc69f46fea2e8fae5cd903f724556a02d4afcf9ce4caf3f93b1fb5
4
+ data.tar.gz: 30a0fc5a3a84aa592346906e23fa7b3da4eb0990aa905d4f54e2cfa6bff0a1ca
5
5
  SHA512:
6
- metadata.gz: c4c43f110604f488420102bb3c68ed16164f8ae0cae74bb1f865dbcc2f5146c947db64e3e224d5b2a5b170a653f5940d3c1088719dbea3ef3bc2a0fb5863972f
7
- data.tar.gz: 9b6c6de219545d79d104f080cd93d14425de88ccd9bb78eafd2d718373755682cb302cf6fca71170b5686354f78e8442d3318f711fa4822b24b68caaab251ba7
6
+ metadata.gz: a97eb856e11b49104ed256c31c806a3b0c64eb68ae42ba59beb418947d83d82ed3029913bf0a490a24294494005f3fc9c304dff63e1852a1e857be54984dd396
7
+ data.tar.gz: fcacd7f38639c65641da024ef6ac8ab04a6e321437c81afe7fd2e30e1e927227747f1efaea6eb9307b57e1e56226c984738c92cbb713c14bebf0c6ca9f34f8a2
@@ -3,7 +3,7 @@ class GeneralAbility
3
3
 
4
4
  def initialize(user)
5
5
  if alpha?(user)
6
- can :manage, :planning
6
+ can :manage, :hubspot
7
7
  end
8
8
 
9
9
  if beta?(user)
@@ -1,3 +1,4 @@
1
+ <% posts_workplace_url = "https://derosemethod.workplace.com/search/posts/?q=padma" %>
1
2
  <nav class="navbar navbar-inverse">
2
3
  <div class='container'>
3
4
  <div class="navbar-header">
@@ -47,24 +48,21 @@
47
48
  </a>
48
49
  <ul class="dropdown-menu" role="menu">
49
50
  <li><%= link_to t('header-menu.modules.fnz'), APP_CONFIG['fnz-url'], target: '_blank' %></li>
50
- <li><%= link_to '+Friends', 'http://friends.derose.co/admin' %></li>
51
+ <li><%= link_to "Learn DeROSE", "https://learn.derose.co", target: '_blank' %></li>
51
52
  <% if can?(:manage,:asana_com) %>
52
53
  <li><%= link_to t('header-menu.modules.asana_com'), "#{APP_CONFIG['crm-url']}/asana_clients" %></li>
53
54
  <% end %>
54
- <% if can?(:manage,:planning) -%>
55
- <li><%= link_to t('header-menu.modules.planning'), APP_CONFIG['planning-url'] %></li>
56
- <% end -%>
57
55
  <% if can?(:see, :mailchimp) -%>
58
56
  <li><%= link_to t('header-menu.modules.mailchimp_integration'), "#{APP_CONFIG['mailing-url']}/mailchimp/subscription" %></li>
59
57
  <% end -%>
60
- <% if can?(:manage, :derose_events) -%>
61
- <li><%= link_to t('header-menu.modules.derose_events'), "http://www.derose.events/admin", target: '_blank' %></li>
58
+ <% if can?(:manage, :hubspot) %>
59
+ <li><%= link_to t("header-menu.modules.hubspot_integration"), "#{APP_CONFIG['crm-url']}/hubspot" %></li>
62
60
  <% end -%>
63
61
  <% if can?(:manage, :office_argentina) -%>
64
62
  <li><%= link_to "Office Argentina", "http://officear.padm.am", target: '_blank' %></li>
65
63
  <% end -%>
66
64
  <li><%= link_to t('header-menu.modules.wordpress_plugin'), 'http://github.com/dwaynemac/padma-wordpress-plugin', target: '_blank' %></li>
67
- <li><%= link_to t('header-menu.user_menu.help_center'), 'http://help.padm.am', target: '_blank' %></li>
65
+ <li><%= link_to t('header-menu.user_menu.help_center'), posts_workplace_url, target: '_blank' %></li>
68
66
  </ul>
69
67
  </li>
70
68
  <%= yield :top_left_navigation_menu %>
@@ -89,7 +87,7 @@
89
87
  <% end -%>
90
88
  <li><%= link_to t('header-menu.user_menu.billing'), "#{APP_CONFIG['accounts-url']}/accounts/#{current_user.current_account.name}/invoices/pending" %></li>
91
89
  <li><%= link_to "Secretaria Virtual", "http://www.metododerose.org/secretariavirtual", target: "_blank" %></li>
92
- <li><%= link_to t('header-menu.user_menu.help_center'), 'http://help.padm.am', target: '_blank' %></li>
90
+ <li><%= link_to t('header-menu.user_menu.help_center'), posts_workplace_url, target: '_blank' %></li>
93
91
  <li><%= link_to t('header-menu.user_menu.logout'), logout_url %></li></ul>
94
92
  </li>
95
93
  </ul>
@@ -7,6 +7,7 @@ en:
7
7
  fnz: Finances
8
8
  mailchimp_integration: Mailchimp integration
9
9
  asana_com: Asana.com integration
10
+ hubspot_integration: HubSpot integration
10
11
  wordpress_plugin: Wordpress Plugin
11
12
  user_menu:
12
13
  user_profile: My profile
@@ -8,6 +8,7 @@ es:
8
8
  planning: Gestión de la rutina
9
9
  asana_com: Integración con Asana.com
10
10
  mailchimp_integration: Integración con Mailchimp
11
+ hubspot_integration: Integración con HubSpot
11
12
  derose_events: Eventos DeROSE
12
13
  wordpress_plugin: Plugin Wordpress
13
14
  user_menu:
@@ -7,6 +7,7 @@ pt-BR:
7
7
  fnz: Financeiro
8
8
  planning: Gestāo da Rutina
9
9
  mailchimp_integration: Integraçāo com Mailchimp
10
+ hubspot_integration: Integração com HubSpot
10
11
  asana_com: Integraçāo com Asana.com
11
12
  derose_events: Eventos DeROSE
12
13
  wordpress_plugin: Plugin Wordpress
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.34
4
+ version: 0.2.39
5
5
  platform: ruby
6
6
  authors:
7
7
  - Dwayne Macgowan
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2019-09-02 00:00:00.000000000 Z
11
+ date: 2020-07-30 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: railties
@@ -24,20 +24,6 @@ dependencies:
24
24
  - - ">="
25
25
  - !ruby/object:Gem::Version
26
26
  version: '3.1'
27
- - !ruby/object:Gem::Dependency
28
- name: accounts_client
29
- requirement: !ruby/object:Gem::Requirement
30
- requirements:
31
- - - ">="
32
- - !ruby/object:Gem::Version
33
- version: 0.2.28
34
- type: :runtime
35
- prerelease: false
36
- version_requirements: !ruby/object:Gem::Requirement
37
- requirements:
38
- - - ">="
39
- - !ruby/object:Gem::Version
40
- version: 0.2.28
41
27
  description: Assets to be re-used in PADMA applications
42
28
  email:
43
29
  - dwaynemac@gmail.com
@@ -146,8 +132,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
146
132
  - !ruby/object:Gem::Version
147
133
  version: '0'
148
134
  requirements: []
149
- rubyforge_project:
150
- rubygems_version: 2.6.14.3
135
+ rubygems_version: 3.0.1
151
136
  signing_key:
152
137
  specification_version: 4
153
138
  summary: Assets to be re-used in PADMA applications