padma-assets 0.3.2 → 0.3.6

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: 2376370c1dfd1b35ae88b5076c3940ca4207278a3e68718b3d7dff5b14838729
4
- data.tar.gz: 5e3018b37d59b890c90550bb17cd93d6c3e20209cfbba44ed7d11e8ad7f8ff00
3
+ metadata.gz: 92317d616a708f12e57837ef459737ae3e0ca10846137fe6f84552467859f8f6
4
+ data.tar.gz: 5b180dc6d4a6c8361f00a8521f652e754d9e031744b3938042f8b8e6e885150d
5
5
  SHA512:
6
- metadata.gz: 0d9c4b03b68d8c9ea6a8e2c3124ca9c65e5b7894839d59789f5ddfd6eac6627073c4a5a48e9f10122659980983f9f81059ad23c0ab0b5f9ecb27486dcc264879
7
- data.tar.gz: ea0cbc5fc28f1b9e9bb558a932e447ca58fe71486d90ad727ae3e0f31b5f69b74b04b6ff57db3b166b1870792e9a017a672c4dd0fc11dbb12e738d0f3179e158
6
+ metadata.gz: 4c8a5415d580887e96b2de2e84021104bf5d469a53bdc11d326cc84d5e5e567edd9bd69dde00fb7c411315c809c6e459519db9bd0ad5ad0453342686f898b0e6
7
+ data.tar.gz: 932b8aadabef77001a1760d0eee8f871561c50741fbadc7dbf479bb135349e6dfd0df6b67d324a115bb688bc28d73688a38496c9bfa9680df7b0d529f4576e81
@@ -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')
@@ -327,7 +327,7 @@ $bg-link-responsive-hover: #1b4d78;
327
327
  margin-bottom: 0;
328
328
  }
329
329
  .search-btn {
330
- background: url('<%= asset_path("search.svg")%>') 0 0 no-repeat;
330
+ background: url(<%= asset_path("search.svg")%>) 0 0 no-repeat;
331
331
  border: none;
332
332
  display: inline-block;
333
333
  height: 25px;
@@ -48,10 +48,13 @@
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
+ <li><%= link_to "Learn DeROSE", "https://learn.derose.co/admin", target: '_blank' %></li>
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.2
4
+ version: 0.3.6
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-06-14 00:00:00.000000000 Z
11
+ date: 2021-10-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: railties