padma-assets 0.3.11 → 0.3.14

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: d96ddb20425183256ba0a3aa777cd1b2f3a03d97403473664e4b6bccfb7bfde8
4
- data.tar.gz: 76af8526cdbb1e390259940a1155e5192ed1a060e55be3314969fb0bba7c6a21
3
+ metadata.gz: d33d30dc95626ddb00eb3d4f99061e282547acd705cd8ba0f24df22917db9c29
4
+ data.tar.gz: 447226caa93b17c9509a1b5d1b6d5189d8d3b68c28f60396241b300a44d9c15d
5
5
  SHA512:
6
- metadata.gz: c2c69d39b06b17b33c08b0f035239fdd1192a0490c67c421771a34545bbf9dcde81639d2fb124f49b19225a916549b2bcbee7b435848ad441515fa72d8f15b2e
7
- data.tar.gz: 18969ee0f4e43e0362ee223c117c2a3011ada38740bfb3077c43a619dfd4a73ff3a168a201c87394b4e290086f5c56ffa2ff9b44e048dbafe2b313749f64c65a
6
+ metadata.gz: 04bf4b8ab323d37c193abf9b0ea3737f91500869835d11aa7ef3888e73302a4fe002bfa680e7837010ee1649aebba55671809845a811aeef35b0502151e595b8
7
+ data.tar.gz: cd6fb272a9fd05e652bedd2579bb8d2db6c4b67202539f53029225360e39c42e4f058c298dca375eb0b84b74dd7260ac6dc6fdc9078bbc9cf94c183c387a9ad6
@@ -1,4 +1,3 @@
1
- <% posts_workplace_url = "https://derosemethod.workplace.com/groups/395273144964377" %>
2
1
  <nav class="navbar navbar-inverse">
3
2
  <div class='container'>
4
3
  <div class="navbar-header">
@@ -49,22 +48,10 @@
49
48
  <ul class="dropdown-menu" role="menu">
50
49
  <li><%= link_to t('header-menu.modules.fnz'), APP_CONFIG['fnz-url'], target: '_blank' %></li>
51
50
  <li><%= link_to "Learn DeROSE", "https://learn.derose.app/admin", target: '_blank' %></li>
52
- <% if can?(:manage,:asana_com) %>
53
- <li><%= link_to t('header-menu.modules.asana_com'), "#{APP_CONFIG['crm-url']}/asana_clients" %></li>
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 %>
58
- <% if can?(:see, :mailchimp) -%>
59
- <li><%= link_to t('header-menu.modules.mailchimp_integration'), "#{APP_CONFIG['crm-url']}/mailchimp/syncs" %></li>
60
- <% end -%>
61
- <% if can?(:manage, :hubspot) %>
62
- <li><%= link_to t("header-menu.modules.hubspot_integration"), "#{APP_CONFIG['crm-url']}/hubspot" %></li>
63
- <% end -%>
51
+ <li><%= link_to t("header-menu.modules.integrations"), "#{APP_CONFIG['crm-url']}/integrations" %></li>
64
52
  <% if can?(:manage, :office_argentina) -%>
65
53
  <li><%= link_to "Office Argentina", "http://officear.derose.app", target: '_blank' %></li>
66
54
  <% end -%>
67
- <li><%= link_to t('header-menu.modules.wordpress_plugin'), 'http://github.com/dwaynemac/padma-wordpress-plugin', target: '_blank' %></li>
68
55
  </ul>
69
56
  </li>
70
57
  <%= yield :top_left_navigation_menu %>
@@ -88,7 +75,7 @@
88
75
  <li><%= link_to t('header-menu.user_menu.school_profile'), "#{APP_CONFIG['accounts-url']}/accounts/#{current_user.current_account.name}" %></li>
89
76
  <% end -%>
90
77
  <li><%= link_to t('header-menu.user_menu.billing'), "#{APP_CONFIG['accounts-url']}/accounts/#{current_user.current_account.name}/invoices/pending" %></li>
91
- <li><%= link_to t('header-menu.user_menu.help_center'), posts_workplace_url, target: '_blank' %></li>
78
+ <li><%= link_to t('header-menu.user_menu.help_center'), "https://help.derose.app", target: '_blank' %></li>
92
79
  <li><%= link_to t('header-menu.user_menu.logout'), logout_url %></li></ul>
93
80
  </li>
94
81
  </ul>
@@ -29,6 +29,10 @@
29
29
  <%= link_to t('header-menu.attendance.stats'),
30
30
  "#{APP_CONFIG['attendance-url']}/stats" %>
31
31
  </li>
32
+ <li>
33
+ <%= link_to t('header-menu.attendance.attendances_by_teacher'),
34
+ "#{APP_CONFIG['attendance-url']}/stats/attendances_by_teacher" %>
35
+ </li>
32
36
  <li>
33
37
  <%= link_to "Statistica Office",
34
38
  "#{APP_CONFIG['crm-url']}/statisticas/new" %>
@@ -10,6 +10,7 @@ en:
10
10
  notion: Notion integration
11
11
  hubspot_integration: HubSpot integration
12
12
  wordpress_plugin: Wordpress Plugin
13
+ integrations: All integrations
13
14
  user_menu:
14
15
  user_profile: My profile
15
16
  school_profile: School configuration
@@ -56,6 +57,7 @@ en:
56
57
  time_slots: Time Slots
57
58
  trial_lessons: Trial Lessons
58
59
  stats: Attendance report
60
+ attendances_by_teacher: Leassons given
59
61
  mailing:
60
62
  title: Mailing
61
63
  templates: Templates
@@ -12,6 +12,7 @@ es:
12
12
  hubspot_integration: Integración con HubSpot
13
13
  derose_events: Eventos DeROSE
14
14
  wordpress_plugin: Plugin Wordpress
15
+ integrations: Todas las integraciones
15
16
  user_menu:
16
17
  user_profile: Mi perfil
17
18
  school_profile: Configuración Escuela
@@ -59,6 +60,7 @@ es:
59
60
  time_slots: Horarios de clase
60
61
  trial_lessons: Clases de prueba
61
62
  stats: Reporte de participación
63
+ attendances_by_teacher: Clases ministradas
62
64
  mailing:
63
65
  title: Mailing
64
66
  templates: Modelos de mail
@@ -12,6 +12,7 @@ pt-BR:
12
12
  notion: Integração com Notion
13
13
  derose_events: Eventos DeROSE
14
14
  wordpress_plugin: Plugin Wordpress
15
+ integrations: Todas as integrações
15
16
  user_menu:
16
17
  user_profile: Meu perfil
17
18
  school_profile: Configuraçāo Unidade
@@ -59,6 +60,7 @@ pt-BR:
59
60
  time_slots: Turmas
60
61
  trial_lessons: Aula experimental
61
62
  stats: Relatório de participaçāo
63
+ attendances_by_teacher: Aulas ministradas
62
64
  mailing:
63
65
  title: Mailing
64
66
  templates: Modelos de e-mail
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.11
4
+ version: 0.3.14
5
5
  platform: ruby
6
6
  authors:
7
7
  - Dwayne Macgowan
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-01-21 00:00:00.000000000 Z
11
+ date: 2022-05-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: railties