padma-assets 0.3.3 → 0.3.4

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: c3571b4997c8ed32ca1407e5e5261468aef527dc5ab1796dcc570dacbbe0c6ef
4
- data.tar.gz: 8d52c5bede0b1770dfb088b3783a13e631433488c463ca8dc1c60d47480a5d6c
3
+ metadata.gz: a0d16398d5046b0016a4fb11fe492baacb5f7a80fe02be4eaef7c7e41be13a74
4
+ data.tar.gz: c1c2d45feb186092c235c2c4d42c8f84a410c22f732bcdf810e2c225fc1e6822
5
5
  SHA512:
6
- metadata.gz: 0cad03208ca36e5a572aaad74944743ef2aa9f55f536e194f6d012889efd1596602475337739cf5ad3e32dd9410f4663013f4054a55014845934674946f1b18f
7
- data.tar.gz: c3f916be2a0724af45ff2fa2847eae04aea378f1f4a7b159fca41361407bdab49f2b8778d55d084d7c908e82b3ef3ffcde0a1b032dcdcf1ace5260873bf7cda8
6
+ metadata.gz: fdff7c0e65ab1d3c56f19d2d92d82bc2ddbd797aba9f5071603df540cb9ef62b3d060a753620c98cc216ce284f25b306cc8a51ea55ed3413bc0b9a854f82d3f5
7
+ data.tar.gz: ecd5232ecd303f781bba78802560775e062ee16cfc5d6137d7ee6d07d576608967ffdeb85f9c545b4f280d1c0a6680b7a062d6eee3e9cbf11a287df4d4419046
@@ -14,6 +14,7 @@ class GeneralAbility
14
14
  can :manage, :office_argentina
15
15
  end
16
16
 
17
+ can :manage, :notion
17
18
  can :manage, :asana_com
18
19
  can :see, :mailchimp
19
20
  if petal_enabled?(user,'mailchimp')
@@ -52,6 +52,9 @@
52
52
  <% if can?(:manage,:asana_com) %>
53
53
  <li><%= link_to t('header-menu.modules.asana_com'), "#{APP_CONFIG['crm-url']}/asana_clients" %></li>
54
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 %>
55
58
  <% if can?(:see, :mailchimp) -%>
56
59
  <li><%= link_to t('header-menu.modules.mailchimp_integration'), "#{APP_CONFIG['mailing-url']}/mailchimp/subscription" %></li>
57
60
  <% end -%>
@@ -7,6 +7,7 @@ en:
7
7
  fnz: Finances
8
8
  mailchimp_integration: Mailchimp integration
9
9
  asana_com: Asana.com integration
10
+ notion: Notion integration
10
11
  hubspot_integration: HubSpot integration
11
12
  wordpress_plugin: Wordpress Plugin
12
13
  user_menu:
@@ -7,6 +7,7 @@ es:
7
7
  fnz: Financiero
8
8
  planning: Gestión de la rutina
9
9
  asana_com: Integración con Asana.com
10
+ notion: Integración con Notion
10
11
  mailchimp_integration: Integración con Mailchimp
11
12
  hubspot_integration: Integración con HubSpot
12
13
  derose_events: Eventos DeROSE
@@ -9,6 +9,7 @@ pt-BR:
9
9
  mailchimp_integration: Integraçāo com Mailchimp
10
10
  hubspot_integration: Integração com HubSpot
11
11
  asana_com: Integraçāo com Asana.com
12
+ notion: Integração com Notion
12
13
  derose_events: Eventos DeROSE
13
14
  wordpress_plugin: Plugin Wordpress
14
15
  user_menu:
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.3
4
+ version: 0.3.4
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-10-01 00:00:00.000000000 Z
11
+ date: 2021-10-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: railties