phcdevworks_accounts_stripe 1.0.1 → 1.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/app/views/layouts/phcdevworks_accounts_stripe/application.html.erb +73 -73
- data/app/views/layouts/phcdevworks_accounts_stripe/components/backend/footer/_footer.html.erb +2 -2
- data/app/views/layouts/phcdevworks_accounts_stripe/components/backend/navigation/_top_menu.html.erb +5 -5
- data/lib/phcdevworks_accounts_stripe/version.rb +1 -1
- 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: 43769b011ac594773b4ec664aaca48c131170e74832a5cd55bbb7431a68dd15e
|
|
4
|
+
data.tar.gz: 56a7128fcb6e67d00fa437ec87d095d6e702824b35d849ec4d076c4185790324
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 2bf0ae876a7c6f4c4de9567237c1dfe452e705c44e0be79706164c92e28244b7eb042c8c0322cee252e43591bacc1c14e22dbb297bb077b3d5d7ca1598800ff8
|
|
7
|
+
data.tar.gz: 4288b846bc83e3f920ac1c105d76c809a852a5cf60bd883ebe7af8143a1a760ff4df0ae683c5b2796079f570b0f6bd319458b7c48ff8c01686f334196cc1333b
|
|
@@ -1,73 +1,73 @@
|
|
|
1
|
-
<!DOCTYPE html>
|
|
2
|
-
<html>
|
|
3
|
-
<head>
|
|
4
|
-
|
|
5
|
-
<!-- SEO System -->
|
|
6
|
-
<% phc_seo_title "PHCDevworks Accounts" %>
|
|
7
|
-
<% phc_seo_description "Ruby on Rails
|
|
8
|
-
<!-- SEO System -->
|
|
9
|
-
|
|
10
|
-
<!-- SEO and Site Description -->
|
|
11
|
-
<meta charset="utf-8">
|
|
12
|
-
<title><%= yield(:phc_seo_title) %></title>
|
|
13
|
-
<meta content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" name="viewport" />
|
|
14
|
-
<meta name="description" content="<%= yield(:phc_seo_description) %>">
|
|
15
|
-
<!-- SEO and Site Description -->
|
|
16
|
-
|
|
17
|
-
<!-- Rails Security Tags -->
|
|
18
|
-
<%= csrf_meta_tags %>
|
|
19
|
-
<%= csp_meta_tag %>
|
|
20
|
-
<!-- Rails Security Tags -->
|
|
21
|
-
|
|
22
|
-
<!-- CSS Styles -->
|
|
23
|
-
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet" />
|
|
24
|
-
<%= stylesheet_link_tag "coloradmin/default/phcthemes_admin_panel_pack_coloradmin", media: "all" %>
|
|
25
|
-
<!-- CSS Styles -->
|
|
26
|
-
|
|
27
|
-
</head>
|
|
28
|
-
<body>
|
|
29
|
-
|
|
30
|
-
<!-- -PHCDev- Page Container -->
|
|
31
|
-
<div id="app" class="app app-header-fixed app-sidebar-fixed app-with-wide-sidebar">
|
|
32
|
-
|
|
33
|
-
<!-- -PHCDev- Page Container - Header -->
|
|
34
|
-
<div id="header" class="app-header">
|
|
35
|
-
<%= render "layouts/phcdevworks_accounts_stripe/components/backend/navigation/top_menu" %>
|
|
36
|
-
</div>
|
|
37
|
-
<!-- -PHCDev- Page Container - Header -->
|
|
38
|
-
|
|
39
|
-
<!-- -PHCDev- Page Container - Sidebar -->
|
|
40
|
-
<div id="sidebar" class="app-sidebar" data-disable-slide-animation="true">
|
|
41
|
-
<%= render "layouts/phcdevworks_accounts_stripe/components/backend/sidebars/side_menu" %>
|
|
42
|
-
</div>
|
|
43
|
-
<div class="app-sidebar-bg"></div>
|
|
44
|
-
<div class="app-sidebar-mobile-backdrop"><a href="#" data-dismiss="app-sidebar-mobile" class="stretched-link"></a></div>
|
|
45
|
-
<!-- -PHCDev- Page Container - Sidebar -->
|
|
46
|
-
|
|
47
|
-
<!-- -PHCDev- Page Container - Content -->
|
|
48
|
-
<div id="app" class="app app-content-full-height">
|
|
49
|
-
<div id="content" class="app-content d-flex flex-column p-0">
|
|
50
|
-
<!-- -PHCDev- Page Container - Main -->
|
|
51
|
-
<div class="app-content-padding flex-grow-1 overflow-hidden" data-scrollbar="true" data-height="100%">
|
|
52
|
-
<%= render "phcdevworks_notifications/bootstrap/notifications" %>
|
|
53
|
-
<%= yield %>
|
|
54
|
-
</div>
|
|
55
|
-
<!-- -PHCDev- Page Container - Main -->
|
|
56
|
-
<!-- -PHCDev- Page Container - Footer -->
|
|
57
|
-
<div id="footer" class="app-footer m-0">
|
|
58
|
-
<%= render "layouts/phcdevworks_accounts_stripe/components/backend/footer/footer" %>
|
|
59
|
-
</div>
|
|
60
|
-
<!-- -PHCDev- Page Container - Footer -->
|
|
61
|
-
</div>
|
|
62
|
-
</div>
|
|
63
|
-
<!-- -PHCDev- Page Container - Content -->
|
|
64
|
-
|
|
65
|
-
</div>
|
|
66
|
-
<!-- -PHCDev- Page Container -->
|
|
67
|
-
|
|
68
|
-
<!-- JavaScript -->
|
|
69
|
-
<%= javascript_include_tag "coloradmin/phcthemes_admin_panel_pack_coloradmin" %>
|
|
70
|
-
<!-- JavaScript -->
|
|
71
|
-
|
|
72
|
-
</body>
|
|
73
|
-
</html>
|
|
1
|
+
<!DOCTYPE html>
|
|
2
|
+
<html>
|
|
3
|
+
<head>
|
|
4
|
+
|
|
5
|
+
<!-- SEO System -->
|
|
6
|
+
<% phc_seo_title "PHCDevworks Accounts Stripe" %>
|
|
7
|
+
<% phc_seo_description "Ruby on Rails 7 Stripe Addon for PHCDevworks Accounts plugin." %>
|
|
8
|
+
<!-- SEO System -->
|
|
9
|
+
|
|
10
|
+
<!-- SEO and Site Description -->
|
|
11
|
+
<meta charset="utf-8">
|
|
12
|
+
<title><%= yield(:phc_seo_title) %></title>
|
|
13
|
+
<meta content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" name="viewport" />
|
|
14
|
+
<meta name="description" content="<%= yield(:phc_seo_description) %>">
|
|
15
|
+
<!-- SEO and Site Description -->
|
|
16
|
+
|
|
17
|
+
<!-- Rails Security Tags -->
|
|
18
|
+
<%= csrf_meta_tags %>
|
|
19
|
+
<%= csp_meta_tag %>
|
|
20
|
+
<!-- Rails Security Tags -->
|
|
21
|
+
|
|
22
|
+
<!-- CSS Styles -->
|
|
23
|
+
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet" />
|
|
24
|
+
<%= stylesheet_link_tag "coloradmin/default/phcthemes_admin_panel_pack_coloradmin", media: "all" %>
|
|
25
|
+
<!-- CSS Styles -->
|
|
26
|
+
|
|
27
|
+
</head>
|
|
28
|
+
<body>
|
|
29
|
+
|
|
30
|
+
<!-- -PHCDev- Page Container -->
|
|
31
|
+
<div id="app" class="app app-header-fixed app-sidebar-fixed app-with-wide-sidebar">
|
|
32
|
+
|
|
33
|
+
<!-- -PHCDev- Page Container - Header -->
|
|
34
|
+
<div id="header" class="app-header">
|
|
35
|
+
<%= render "layouts/phcdevworks_accounts_stripe/components/backend/navigation/top_menu" %>
|
|
36
|
+
</div>
|
|
37
|
+
<!-- -PHCDev- Page Container - Header -->
|
|
38
|
+
|
|
39
|
+
<!-- -PHCDev- Page Container - Sidebar -->
|
|
40
|
+
<div id="sidebar" class="app-sidebar" data-disable-slide-animation="true">
|
|
41
|
+
<%= render "layouts/phcdevworks_accounts_stripe/components/backend/sidebars/side_menu" %>
|
|
42
|
+
</div>
|
|
43
|
+
<div class="app-sidebar-bg"></div>
|
|
44
|
+
<div class="app-sidebar-mobile-backdrop"><a href="#" data-dismiss="app-sidebar-mobile" class="stretched-link"></a></div>
|
|
45
|
+
<!-- -PHCDev- Page Container - Sidebar -->
|
|
46
|
+
|
|
47
|
+
<!-- -PHCDev- Page Container - Content -->
|
|
48
|
+
<div id="app" class="app app-content-full-height">
|
|
49
|
+
<div id="content" class="app-content d-flex flex-column p-0">
|
|
50
|
+
<!-- -PHCDev- Page Container - Main -->
|
|
51
|
+
<div class="app-content-padding flex-grow-1 overflow-hidden" data-scrollbar="true" data-height="100%">
|
|
52
|
+
<%= render "phcdevworks_notifications/bootstrap/notifications" %>
|
|
53
|
+
<%= yield %>
|
|
54
|
+
</div>
|
|
55
|
+
<!-- -PHCDev- Page Container - Main -->
|
|
56
|
+
<!-- -PHCDev- Page Container - Footer -->
|
|
57
|
+
<div id="footer" class="app-footer m-0">
|
|
58
|
+
<%= render "layouts/phcdevworks_accounts_stripe/components/backend/footer/footer" %>
|
|
59
|
+
</div>
|
|
60
|
+
<!-- -PHCDev- Page Container - Footer -->
|
|
61
|
+
</div>
|
|
62
|
+
</div>
|
|
63
|
+
<!-- -PHCDev- Page Container - Content -->
|
|
64
|
+
|
|
65
|
+
</div>
|
|
66
|
+
<!-- -PHCDev- Page Container -->
|
|
67
|
+
|
|
68
|
+
<!-- JavaScript -->
|
|
69
|
+
<%= javascript_include_tag "coloradmin/phcthemes_admin_panel_pack_coloradmin" %>
|
|
70
|
+
<!-- JavaScript -->
|
|
71
|
+
|
|
72
|
+
</body>
|
|
73
|
+
</html>
|
data/app/views/layouts/phcdevworks_accounts_stripe/components/backend/footer/_footer.html.erb
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
<span>
|
|
3
3
|
<!-- -PHCDev- Page Container - Footer - Left - Copyright -->
|
|
4
4
|
<i class="fab fa-osi font-weight-bolder"></i> 2012-<%= Time.now.year %> -
|
|
5
|
-
<span class="
|
|
5
|
+
<span class="phc_dev_strong_plugin">PHC</span><span class="phc_dev_light_plugin">Devworks</span> Accounts Stripe - Engine v<%= Gem.loaded_specs["phcdevworks_accounts_stripe"].version.to_s %>
|
|
6
6
|
<!-- -PHCDev- Page Container - Footer - Left - Copyright -->
|
|
7
7
|
</span>
|
|
8
8
|
<!-- -PHCDev- Page Container - Footer - Left -->
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
<span class="float-right">
|
|
12
12
|
<!-- -PHCDev- Page Container - Footer - Right - Developed -->
|
|
13
13
|
Developed with <i class="fas fa-heart hanna_hearts"></i> by
|
|
14
|
-
<a class="phcnet_copyright text-dark" href="https://phcdevworks.com/"><u><span class="
|
|
14
|
+
<a class="phcnet_copyright text-dark" href="https://phcdevworks.com/"><u><span class="phc_dev_strong_plugin">PHC</span><span class="phc_dev_light_plugin">Devworks</span></u></a>
|
|
15
15
|
<!-- -PHCDev- Page Container - Footer - Right - Developed -->
|
|
16
16
|
</span>
|
|
17
17
|
<!-- -PHCDev- Page Container - Footer - Right -->
|
data/app/views/layouts/phcdevworks_accounts_stripe/components/backend/navigation/_top_menu.html.erb
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
<!-- -
|
|
1
|
+
<!-- -PHCDev- Topbar - Navigation Header -->
|
|
2
2
|
<div class="navbar-header">
|
|
3
3
|
|
|
4
4
|
<button type="button" class="navbar-mobile-toggler" data-toggle="app-sidebar-mobile">
|
|
@@ -8,13 +8,13 @@
|
|
|
8
8
|
</button>
|
|
9
9
|
|
|
10
10
|
<%= link_to phcdevworks_accounts_devise.user_path, class: "navbar-brand" do %>
|
|
11
|
-
<
|
|
11
|
+
<span class="phc_dev_strong_plugin_logo">PHC</span><span class="phc_dev_light_plugin_logo">Devworks</span>
|
|
12
12
|
<% end %>
|
|
13
13
|
|
|
14
14
|
</div>
|
|
15
|
-
<!-- -
|
|
15
|
+
<!-- -PHCDev- Topbar - Navigation Header -->
|
|
16
16
|
|
|
17
|
-
<!-- -
|
|
17
|
+
<!-- -PHCDev- Topbar - Navigation Main -->
|
|
18
18
|
<% if current_user %>
|
|
19
19
|
<div class="navbar-nav">
|
|
20
20
|
<div class="navbar-item navbar-user dropdown">
|
|
@@ -38,4 +38,4 @@
|
|
|
38
38
|
<% end %>
|
|
39
39
|
|
|
40
40
|
</div>
|
|
41
|
-
<!-- -
|
|
41
|
+
<!-- -PHCDev- Topbar - Navigation Main -->
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: phcdevworks_accounts_stripe
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.0.
|
|
4
|
+
version: 1.0.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- PHCDevworks
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2022-03
|
|
11
|
+
date: 2022-04-03 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rails
|