padma-assets 0.3.15 → 0.3.16
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/app/views/layouts/_stats_list.html.erb +25 -4
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: e56d9bf738136dcbb9781889b35bd325f42efdf36937ed6120180116adf15e90
|
4
|
+
data.tar.gz: 9db60110cfbdf6546749a154e85f4e12fb0711c35417c147d7d4ba47525833c5
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 2f99d854b703eb17add2eaa8a17bfa4d1bb034acfb9bd7f70476a4c83e1c989cea942360903db508881053042ad84b61afd4e0fbe639e0a511044d494931f071
|
7
|
+
data.tar.gz: 9f1ccfadf4d60137224abd0dd4b12b54071acd3510a8da91b90adcce2edbd767d426248034f315188fa5171ef6d7d1cd7d416d876835d93ca1d315411bb6853d
|
@@ -1,21 +1,42 @@
|
|
1
1
|
<% curacc = current_user.current_account %>
|
2
|
+
<% alpha = (curacc.padma.tester_level == 'alpha') %>
|
2
3
|
<% if curacc && !curacc.name.blank? -%>
|
3
4
|
<li>
|
4
|
-
|
5
|
+
<% if alpha %>
|
6
|
+
<%= link_to t("header-menu.stats.pdg_report"),
|
7
|
+
"#{APP_CONFIG['crm-url']}/statistics/accounts/#{curacc.padma.vanity_name}/reports/pedagogic/#{Date.today.year}/#{Date.today.month}" %>
|
8
|
+
<% else %>
|
9
|
+
<%= link_to t("header-menu.stats.pdg_report"),
|
5
10
|
"#{APP_CONFIG['overmind-url']}/schools/#{current_user.current_account.name}/reports/pedagogic/#{Date.today.year}/#{Date.today.month}" %>
|
11
|
+
<% end %>
|
6
12
|
</li>
|
7
13
|
<li>
|
8
|
-
|
14
|
+
<% if alpha %>
|
15
|
+
<%= link_to t("header-menu.stats.overmind"),
|
16
|
+
"#{APP_CONFIG['crm-url']}/statistics/accounts/#{curacc.padma.vanity_name}" %>
|
17
|
+
<% else %>
|
18
|
+
<%= link_to t("header-menu.stats.overmind"),
|
9
19
|
"#{APP_CONFIG['overmind-url']}/schools/pa/#{current_user.current_account.name}" %>
|
20
|
+
<% end %>
|
10
21
|
</li>
|
11
22
|
<li>
|
12
|
-
|
23
|
+
<% if alpha %>
|
24
|
+
<%= link_to t("header-menu.stats.teacher_ranking"),
|
25
|
+
"#{APP_CONFIG['crm-url']}/statistics/accounts/#{curacc.padma.vanity_name}/user_rankings" %>
|
26
|
+
<% else %>
|
27
|
+
<%= link_to t("header-menu.stats.teacher_ranking"),
|
13
28
|
"#{APP_CONFIG['overmind-url']}/schools/#{current_user.current_account.name}/teacher_ranking" %>
|
29
|
+
<% end %>
|
14
30
|
</li>
|
15
31
|
<% end -%>
|
16
32
|
<li>
|
17
|
-
|
33
|
+
<% if alpha %>
|
34
|
+
<%= link_to t("header-menu.stats.schools_ranking"),
|
35
|
+
"#{APP_CONFIG['crm-url']}/statistics/rankings" %>
|
36
|
+
<% else %>
|
37
|
+
<%= link_to t("header-menu.stats.schools_ranking"),
|
18
38
|
"#{APP_CONFIG['overmind-url']}/ranking" %>
|
39
|
+
<% end %>
|
19
40
|
</li>
|
20
41
|
<li>
|
21
42
|
<%= link_to t('header-menu.stats.marketing_methods_rankings'),
|
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.
|
4
|
+
version: 0.3.16
|
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-
|
11
|
+
date: 2022-06-29 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: railties
|