phcdevworks_accounts_stripe 1.0.2 → 1.1.0
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/phcdevworks_accounts_stripe/application.html.erb +12 -12
- data/app/views/layouts/phcdevworks_accounts_stripe/components/backend/footer/_footer.html.erb +8 -8
- data/app/views/layouts/phcdevworks_accounts_stripe/components/backend/navigation/_top_menu.html.erb +4 -4
- data/app/views/layouts/phcdevworks_accounts_stripe/components/backend/sidebars/_side_menu.html.erb +908 -516
- data/app/views/phcdevworks_accounts_stripe/admin/customers/admin_customer_list.html.erb +14 -14
- data/app/views/phcdevworks_accounts_stripe/admin/invoices/admin_invoice_list.html.erb +14 -14
- data/app/views/phcdevworks_accounts_stripe/admin/products/admin_products_list.html.erb +14 -14
- data/app/views/phcdevworks_accounts_stripe/admin/subscriptions/admin_subscription_list.html.erb +14 -14
- data/app/views/phcdevworks_accounts_stripe/user/invoices/user_invoice_list.html.erb +2 -2
- data/app/views/phcdevworks_accounts_stripe/user/products/user_product_list.html.erb +2 -2
- data/app/views/phcdevworks_accounts_stripe/user/subscription/user_subscription_cancel.html.erb +2 -2
- data/app/views/phcdevworks_accounts_stripe/user/subscription/user_subscription_item.html.erb +2 -2
- data/config/spring.rb +2 -0
- data/lib/phcdevworks_accounts_stripe/version.rb +1 -1
- metadata +5 -5
- data/app/assets/stylesheets/phcdevworks_accounts_stripe/application.css +0 -15
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 6ee692acbf9a6a2fc3a9f18c947c704cda039239d6b10bbd8122029c038a2d09
|
4
|
+
data.tar.gz: c826e8391c5df66b74163176ae823b6aca62abd20a3298b9936f158a394852e4
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e78c3de188d7c87ffb59e78a3c0370fe076bed873f9464c83bbe19eeb978ea689e06de6c330271dd0569f2b77de2c4905d3357585623c0b5ae2eafc5ef5dd59f
|
7
|
+
data.tar.gz: f81503a08824a575bca9ef12b14d72e6c131ffc3ce611aa5de55356e4b2f7f08a677010c785f23ead0f315b59b38baf9885f954c2e363c7769d682662fe2fbb4
|
@@ -27,43 +27,43 @@
|
|
27
27
|
</head>
|
28
28
|
<body>
|
29
29
|
|
30
|
-
<!-- -
|
30
|
+
<!-- -PHCDEV- Page Container -->
|
31
31
|
<div id="app" class="app app-header-fixed app-sidebar-fixed app-with-wide-sidebar">
|
32
32
|
|
33
|
-
<!-- -
|
33
|
+
<!-- -PHCDEV- Page Container - Header -->
|
34
34
|
<div id="header" class="app-header">
|
35
35
|
<%= render "layouts/phcdevworks_accounts_stripe/components/backend/navigation/top_menu" %>
|
36
36
|
</div>
|
37
|
-
<!-- -
|
37
|
+
<!-- -PHCDEV- Page Container - Header -->
|
38
38
|
|
39
|
-
<!-- -
|
39
|
+
<!-- -PHCDEV- Page Container - Sidebar -->
|
40
40
|
<div id="sidebar" class="app-sidebar" data-disable-slide-animation="true">
|
41
41
|
<%= render "layouts/phcdevworks_accounts_stripe/components/backend/sidebars/side_menu" %>
|
42
42
|
</div>
|
43
43
|
<div class="app-sidebar-bg"></div>
|
44
44
|
<div class="app-sidebar-mobile-backdrop"><a href="#" data-dismiss="app-sidebar-mobile" class="stretched-link"></a></div>
|
45
|
-
<!-- -
|
45
|
+
<!-- -PHCDEV- Page Container - Sidebar -->
|
46
46
|
|
47
|
-
<!-- -
|
47
|
+
<!-- -PHCDEV- Page Container - Content -->
|
48
48
|
<div id="app" class="app app-content-full-height">
|
49
49
|
<div id="content" class="app-content d-flex flex-column p-0">
|
50
|
-
<!-- -
|
50
|
+
<!-- -PHCDEV- Page Container - Main -->
|
51
51
|
<div class="app-content-padding flex-grow-1 overflow-hidden" data-scrollbar="true" data-height="100%">
|
52
52
|
<%= render "phcdevworks_notifications/bootstrap/notifications" %>
|
53
53
|
<%= yield %>
|
54
54
|
</div>
|
55
|
-
<!-- -
|
56
|
-
<!-- -
|
55
|
+
<!-- -PHCDEV- Page Container - Main -->
|
56
|
+
<!-- -PHCDEV- Page Container - Footer -->
|
57
57
|
<div id="footer" class="app-footer m-0">
|
58
58
|
<%= render "layouts/phcdevworks_accounts_stripe/components/backend/footer/footer" %>
|
59
59
|
</div>
|
60
|
-
<!-- -
|
60
|
+
<!-- -PHCDEV- Page Container - Footer -->
|
61
61
|
</div>
|
62
62
|
</div>
|
63
|
-
<!-- -
|
63
|
+
<!-- -PHCDEV- Page Container - Content -->
|
64
64
|
|
65
65
|
</div>
|
66
|
-
<!-- -
|
66
|
+
<!-- -PHCDEV- Page Container -->
|
67
67
|
|
68
68
|
<!-- JavaScript -->
|
69
69
|
<%= javascript_include_tag "coloradmin/phcthemes_admin_panel_pack_coloradmin" %>
|
data/app/views/layouts/phcdevworks_accounts_stripe/components/backend/footer/_footer.html.erb
CHANGED
@@ -1,17 +1,17 @@
|
|
1
|
-
<!-- -
|
1
|
+
<!-- -PHCDEV- Page Container - Footer - Left -->
|
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
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 -->
|
9
9
|
|
10
|
-
<!-- -
|
10
|
+
<!-- -PHCDEV- Page Container - Footer - Right -->
|
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
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">
|
@@ -12,9 +12,9 @@
|
|
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 -->
|