padma-assets 0.3.9 → 0.3.10
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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 1862314adcd6a4c0521ce0dc88f5a462be04c65b78e3405f453fae871fc1f9d5
|
4
|
+
data.tar.gz: 6c31459e2d5e3fe3ac11a46d4e3e94ac3ef20d4cb730d340d253ab6eb35a0a8a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 6c484af2540081bcb21ee05ac9a1fe1c224e9b051387fec2933027b67bbd0da40af4e390f697ca5a792ce69c1cb0425028eeca78b26e204a3d7e86d4e1365ed6
|
7
|
+
data.tar.gz: b6d69ef17101ec6947a5e7b573d407fcce5880897296c17f887a829d5e5e80715ad865f19e7d9b8fbcb058b6e985d27abce6040dadf24081fe0c8cb53648d014
|
Binary file
|
@@ -0,0 +1,12 @@
|
|
1
|
+
<style>
|
2
|
+
#PadmaSupportHub #emailButton {
|
3
|
+
position: fixed;
|
4
|
+
right: 20px;
|
5
|
+
bottom: 20px;
|
6
|
+
width: 50px;
|
7
|
+
opacity: 0.85;
|
8
|
+
}
|
9
|
+
</style>
|
10
|
+
<div id="PadmaSupportHub">
|
11
|
+
<%= link_to image_tag("681171_email_512x512.png", id: "emailButton"), "mailto:#{ENV["support_email"]}", target: "_blank" %>
|
12
|
+
</div>
|
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.10
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Dwayne Macgowan
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2022-01-04 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: railties
|
@@ -47,6 +47,7 @@ files:
|
|
47
47
|
- app/assets/fonts/glyphicons-halflings-regular.ttf
|
48
48
|
- app/assets/fonts/glyphicons-halflings-regular.woff
|
49
49
|
- app/assets/fonts/glyphicons-halflings-regular.woff2
|
50
|
+
- app/assets/images/681171_email_512x512.png
|
50
51
|
- app/assets/images/arrow_down.png
|
51
52
|
- app/assets/images/arrow_up.png
|
52
53
|
- app/assets/images/glyphicons-halflings-white.png
|
@@ -110,6 +111,7 @@ files:
|
|
110
111
|
- app/views/layouts/_mailing_menu.html.erb
|
111
112
|
- app/views/layouts/_module_box.html.erb
|
112
113
|
- app/views/layouts/_stats_list.html.erb
|
114
|
+
- app/views/layouts/_support_button.html.erb
|
113
115
|
- config/locales/header-menu.en.yml
|
114
116
|
- config/locales/header-menu.es.yml
|
115
117
|
- config/locales/header-menu.pt-BR.yml
|