padma-assets 0.3.13 → 0.3.14
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/_module_box.html.erb +1 -2
- 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: d33d30dc95626ddb00eb3d4f99061e282547acd705cd8ba0f24df22917db9c29
|
4
|
+
data.tar.gz: 447226caa93b17c9509a1b5d1b6d5189d8d3b68c28f60396241b300a44d9c15d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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">
|
@@ -76,7 +75,7 @@
|
|
76
75
|
<li><%= link_to t('header-menu.user_menu.school_profile'), "#{APP_CONFIG['accounts-url']}/accounts/#{current_user.current_account.name}" %></li>
|
77
76
|
<% end -%>
|
78
77
|
<li><%= link_to t('header-menu.user_menu.billing'), "#{APP_CONFIG['accounts-url']}/accounts/#{current_user.current_account.name}/invoices/pending" %></li>
|
79
|
-
<li><%= link_to t('header-menu.user_menu.help_center'),
|
78
|
+
<li><%= link_to t('header-menu.user_menu.help_center'), "https://help.derose.app", target: '_blank' %></li>
|
80
79
|
<li><%= link_to t('header-menu.user_menu.logout'), logout_url %></li></ul>
|
81
80
|
</li>
|
82
81
|
</ul>
|
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.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-
|
11
|
+
date: 2022-05-19 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: railties
|