padma-assets 0.3.1 → 0.3.5

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: 5f3d7cc35efecae61f50105e75aae68500f67fac5af0db6a77d496e08bb0ec03
4
- data.tar.gz: 72dcd34315c97b0f6ee25e7a58bd57045006afa841fb50448d5a13e848c019fb
3
+ metadata.gz: 5cce9ec66aec5be83e2e6062ee7d496f4be13587c7c9d1828c11a10540c8823c
4
+ data.tar.gz: db702e8c1677762fb9eafd68fa488bbb4ac18e2d37a3d2fb740185f83a0e2110
5
5
  SHA512:
6
- metadata.gz: 55b844033ec817ca7317d384f123e61fe4bc671ba139ffa645c7a7ece55656580a0980fb3178eba22526c22bb7138c7b3623966c3f3053c6ad3d00e5ec7f4d63
7
- data.tar.gz: ce34932824a42b9b2bc82d97f996e99cbf939e5cb36e50585f5bd027fbd8ef0bee580dadbe4db6dd1e77ce2d6e1b27ad30dd9fb2f673965dc132f7f863c338b2
6
+ metadata.gz: 68e55ab43bec90ecc2a91ff7d8ddfd6973065af0a39f7b409d7acea1a0ba112b3fced82d4c723de0a2cadc7730a37f5b2c76a3724c631a21d1bbe11305462642
7
+ data.tar.gz: 35d65b51dfedc73e089a367c6334207da37229235da6e5167e37fb525ae27495dd5a4f3d9245c69e8cfb765fb6d37c63c47466f5e4ff0af5f7b7e4d59346497c
@@ -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;
@@ -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 -%>
@@ -59,7 +62,7 @@
59
62
  <li><%= link_to t("header-menu.modules.hubspot_integration"), "#{APP_CONFIG['crm-url']}/hubspot" %></li>
60
63
  <% end -%>
61
64
  <% if can?(:manage, :office_argentina) -%>
62
- <li><%= link_to "Office Argentina", "http://officear.padm.am", target: '_blank' %></li>
65
+ <li><%= link_to "Office Argentina", "http://officear.derose.app", target: '_blank' %></li>
63
66
  <% end -%>
64
67
  <li><%= link_to t('header-menu.modules.wordpress_plugin'), 'http://github.com/dwaynemac/padma-wordpress-plugin', target: '_blank' %></li>
65
68
  <li><%= link_to t('header-menu.user_menu.help_center'), posts_workplace_url, target: '_blank' %></li>
@@ -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.1
4
+ version: 0.3.5
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-02-16 00:00:00.000000000 Z
11
+ date: 2021-10-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: railties