padma-assets 0.2.37 → 0.2.38

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: e761bb77952ff909fb3164eed5f4eb3db0e243eb88402d5c76f1d1ca8fe978b4
4
- data.tar.gz: 1a42174e2ae26896b6f7fe15727851a6d3bb3f93b8309dc65db3569dc9b3670d
3
+ metadata.gz: 5ae5a580da7b0cbf2547c2d7d8f56a2d351b2fdcf019edaea34f4cf6db4d7478
4
+ data.tar.gz: a8418e084659e2afc706a2eb7ef99771cb63d957ed514a6749776356b98744db
5
5
  SHA512:
6
- metadata.gz: 41dbaaf8172cae098e1171b39e60ad31212aa46ba5973feee309293f66ac0aed75ee3ac19774a3a083c09eb64da855c839f0d8ef89f30d8de43f7592e167eb27
7
- data.tar.gz: 564490d50637f831b69419475a9b30ec5fdeda5fdde02af8b90b566b97e7e7c9a6f1e168a2e2399e0b72b8c35b28da1b0a8bf20bce4678f9a04583ecd3c983c3
6
+ metadata.gz: 64c641561f813af15bd25873e0cfdb8757daf66d52393e47f4c739ba27e68d760b92b0ac67caa3a904820819669000d1d1f501ab6066946e0ce51eb4651405e2
7
+ data.tar.gz: baab0fc1e171d99717087b5c9e1f2107d54966f643b8ee4b29c8865fe7451a08e6ecd1f278a3741862028609e0fb6bc6590324edc348a963699ad2bd3af354e5
@@ -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)
@@ -48,13 +48,16 @@
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", 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
55
  <% if can?(:see, :mailchimp) -%>
55
56
  <li><%= link_to t('header-menu.modules.mailchimp_integration'), "#{APP_CONFIG['mailing-url']}/mailchimp/subscription" %></li>
56
57
  <% end -%>
57
- <li><%= link_to "DeROSE Learn", "https://learn.derose.co", target: '_blank' %></li>
58
+ <% if can?(:manage, :hubspot) %>
59
+ <li><%= link_to t("header-menu.modules.hubspot_integration"), "#{APP_CONFIG['crm-url']}/hubspot" %></li>
60
+ <% end -%>
58
61
  <% if can?(:manage, :office_argentina) -%>
59
62
  <li><%= link_to "Office Argentina", "http://officear.padm.am", target: '_blank' %></li>
60
63
  <% end -%>
@@ -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.37
4
+ version: 0.2.38
5
5
  platform: ruby
6
6
  authors:
7
7
  - Dwayne Macgowan
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-03-24 00:00:00.000000000 Z
11
+ date: 2020-07-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: railties