phcdevworks_accounts_stripe 1.0.1 → 1.0.4

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: 944c95538991f9356bffac4f945eecd622f42ac6bf979ff64555e92f699aed57
4
- data.tar.gz: 82e98e1dafed3b7a0ed28822a0bc39edc3dc4089b3675ba657abeadd1b579feb
3
+ metadata.gz: 493eef0bd0a81529217617ab2f4d221bb4196dca9c7ae33867307549ef6daf7a
4
+ data.tar.gz: eb4da45f6295a3758961576e291f2f02caa8fc5e08dea8f9af476e379eed344c
5
5
  SHA512:
6
- metadata.gz: 84b5568cbbb9b97a46dd73464fec8c76b102ffa0487ddbb3d9162e0693033ebf9bd81282ac712b581a983ab37d2440d02a7cf6cab6025cf94eb6a91b744f9191
7
- data.tar.gz: d112b52b6ec312e14322ca67c986e2ca75cd3cd87b431ec2d62c78026a08f59fa7fc68b616e049a3ef6c254d98d05c7f66a3354f5ef4f60d64f5979e6ca9d5b9
6
+ metadata.gz: '0968e65c7c9d7e18cc1a2da6bfad18c2983c88ed9b95cd42094527ce5eed59d272a07d77baddd5ff920e4966d1d49fa6222638690d043c83bf250b61ce144132'
7
+ data.tar.gz: edaedabe7161b5cd482b06e726bf0433e66d58775c7c8f4995d165ef85ef2c087573ea85a8664258159b9fc503ab488edff960b7e426361def30662e1d430369
@@ -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 6 Authentication and User Management Engine." %>
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>
@@ -1,17 +1,17 @@
1
- <!-- -PHCDev- Page Container - Footer - Left -->
1
+ <!-- -PHCDEV- Page Container - Footer - Left -->
2
2
  <span>
3
- <!-- -PHCDev- Page Container - Footer - Left - Copyright -->
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="font-weight-bold">PHC</span>Devworks Accounts (Devise) - Engine v<%= Gem.loaded_specs["phcdevworks_accounts_stripe"].version.to_s %>
6
- <!-- -PHCDev- Page Container - Footer - Left - Copyright -->
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
+ <!-- -PHCDEV- Page Container - Footer - Left - Copyright -->
7
7
  </span>
8
- <!-- -PHCDev- Page Container - Footer - Left -->
8
+ <!-- -PHCDEV- Page Container - Footer - Left -->
9
9
 
10
- <!-- -PHCDev- Page Container - Footer - Right -->
10
+ <!-- -PHCDEV- Page Container - Footer - Right -->
11
11
  <span class="float-right">
12
- <!-- -PHCDev- Page Container - Footer - Right - Developed -->
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="font-weight-bold">PHC</span>Devworks</u></a>
15
- <!-- -PHCDev- Page Container - Footer - Right - Developed -->
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
+ <!-- -PHCDEV- Page Container - Footer - Right - Developed -->
16
16
  </span>
17
- <!-- -PHCDev- Page Container - Footer - Right -->
17
+ <!-- -PHCDEV- Page Container - Footer - Right -->
@@ -1,4 +1,4 @@
1
- <!-- -PHC- Topbar - Navigation Header -->
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
- <strong>PHCDevworks</strong>Accounts
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
- <!-- -PHC- Topbar - Navigation Header -->
15
+ <!-- -PHCDEV- Topbar - Navigation Header -->
16
16
 
17
- <!-- -PHC- Topbar - Navigation Main -->
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
- <!-- -PHC- Topbar - Navigation Main -->
41
+ <!-- -PHCDEV- Topbar - Navigation Main -->
@@ -1,8 +1,8 @@
1
- <!-- -PHCDev- Page Container - Sidebar -->
1
+ <!-- -PHCDEV- Page Container - Sidebar -->
2
2
  <div class="app-sidebar-content" data-scrollbar="true" data-height="100%">
3
3
  <div class="menu">
4
4
 
5
- <!-- -PHCDev- Page Container - Sidebar - Profile -->
5
+ <!-- -PHCDEV- Page Container - Sidebar - Profile -->
6
6
  <div class="menu-profile">
7
7
  <% if current_user %>
8
8
  <a href="javascript:;" class="menu-profile-link" data-toggle="app-sidebar-profile" data-target="#appSidebarProfileMenu">
@@ -22,9 +22,9 @@
22
22
  </a>
23
23
  <% end %>
24
24
  </div>
25
- <!-- -PHCDev- Page Container - Sidebar - Profile -->
25
+ <!-- -PHCDEV- Page Container - Sidebar - Profile -->
26
26
 
27
- <!-- -PHCDev- Page Container - Sidebar - Profile - Menu -->
27
+ <!-- -PHCDEV- Page Container - Sidebar - Profile - Menu -->
28
28
  <div id="appSidebarProfileMenu" class="collapse">
29
29
  <div class="menu-item pt-5px">
30
30
  <%= link_to phcdevworks_accounts_devise.edit_user_registration_path, class: "menu-link" do %>
@@ -38,9 +38,9 @@
38
38
  </div>
39
39
  <div class="menu-divider m-0"></div>
40
40
  </div>
41
- <!-- -PHCDev- Page Container - Sidebar - Profile - Menu -->
41
+ <!-- -PHCDEV- Page Container - Sidebar - Profile - Menu -->
42
42
 
43
- <!-- -PHCDev- Page Container - Sidebar - Navigation - PHCMembers -->
43
+ <!-- -PHCDEV- Page Container - Sidebar - Navigation - PHCMembers -->
44
44
  <% if defined?phcdevworks_members %>
45
45
  <div class="menu-header">PHCMembers</div>
46
46
  <div class="menu-item has-sub">
@@ -89,9 +89,9 @@
89
89
  </div>
90
90
  </div>
91
91
  <% end %>
92
- <!-- -PHCDev- Page Container - Sidebar - Navigation - PHCMembers -->
92
+ <!-- -PHCDEV- Page Container - Sidebar - Navigation - PHCMembers -->
93
93
 
94
- <!-- -PHCDev- Page Container - Sidebar - Navigation - PHCPress -->
94
+ <!-- -PHCDEV- Page Container - Sidebar - Navigation - PHCPress -->
95
95
  <% if defined?phcdevworks_press %>
96
96
  <div class="menu-header">PHCPress</div>
97
97
  <div class="menu-item has-sub">
@@ -122,9 +122,9 @@
122
122
  </div>
123
123
  </div>
124
124
  <% end %>
125
- <!-- -PHCDev- Page Container - Sidebar - Navigation - PHCPress -->
125
+ <!-- -PHCDEV- Page Container - Sidebar - Navigation - PHCPress -->
126
126
 
127
- <!-- -PHCDev- Page Container - Sidebar - Navigation - PHCPortfolio -->
127
+ <!-- -PHCDEV- Page Container - Sidebar - Navigation - PHCPortfolio -->
128
128
  <% if defined?phcdevworks_portfolio %>
129
129
  <div class="menu-header">PHCPortfolio</div>
130
130
  <div class="menu-item has-sub">
@@ -164,7 +164,7 @@
164
164
  <% end %>
165
165
  </div>
166
166
  <div class="menu-item <%= phc_menu_active_action_controller("phcdevworks_portfolio/project/types", "New") %>">
167
- <%= link_to phcdevworks_tutorials.new_project_type_path, class: "menu-link" do %>
167
+ <%= link_to phcdevworks_portfolio.new_project_type_path, class: "menu-link" do %>
168
168
  <div class="menu-text">Add a New Project Type</div>
169
169
  <% end %>
170
170
  </div>
@@ -173,9 +173,9 @@
173
173
  </div>
174
174
  </div>
175
175
  <% end %>
176
- <!-- -PHCDev- Page Container - Sidebar - Navigation - PHCPortfolio -->
176
+ <!-- -PHCDEV- Page Container - Sidebar - Navigation - PHCPortfolio -->
177
177
 
178
- <!-- -PHCDev- Page Container - Sidebar - Navigation - PHCRealEstate -->
178
+ <!-- -PHCDEV- Page Container - Sidebar - Navigation - PHCRealEstate -->
179
179
  <% if defined?phcdevworks_real_estate %>
180
180
  <div class="menu-header">PHCRealEstate</div>
181
181
  <div class="menu-item has-sub">
@@ -224,9 +224,9 @@
224
224
  </div>
225
225
  </div>
226
226
  <% end %>
227
- <!-- -PHCDev- Page Container - Sidebar - Navigation - PHCRealEstate -->
227
+ <!-- -PHCDEV- Page Container - Sidebar - Navigation - PHCRealEstate -->
228
228
 
229
- <!-- -PHCDev- Page Container - Sidebar - Navigation - PHCScripts -->
229
+ <!-- -PHCDEV- Page Container - Sidebar - Navigation - PHCScripts -->
230
230
  <% if defined?phcdevworks_scripts %>
231
231
  <div class="menu-header">PHCScripts</div>
232
232
  <div class="menu-item has-sub">
@@ -298,9 +298,9 @@
298
298
  </div>
299
299
  </div>
300
300
  <% end %>
301
- <!-- -PHCDev- Page Container - Sidebar - Navigation - PHCScripts -->
301
+ <!-- -PHCDEV- Page Container - Sidebar - Navigation - PHCScripts -->
302
302
 
303
- <!-- -PHCDev- Page Container - Sidebar - Navigation - PHCTutorials -->
303
+ <!-- -PHCDEV- Page Container - Sidebar - Navigation - PHCTutorials -->
304
304
  <% if defined?phcdevworks_tutorials %>
305
305
  <div class="menu-header">PHCTutorials</div>
306
306
  <div class="menu-item has-sub">
@@ -349,9 +349,9 @@
349
349
  </div>
350
350
  </div>
351
351
  <% end %>
352
- <!-- -PHCDev- Page Container - Sidebar - Navigation - PHCTutorials -->
352
+ <!-- -PHCDEV- Page Container - Sidebar - Navigation - PHCTutorials -->
353
353
 
354
- <!-- -PHCDev- Page Container - Sidebar - Navigation - PHCCoreModules -->
354
+ <!-- -PHCDEV- Page Container - Sidebar - Navigation - PHCCoreModules -->
355
355
  <% if defined?phcdevworks_core_modules %>
356
356
  <div class="menu-header">Categories</div>
357
357
  <div class="menu-item has-sub">
@@ -437,9 +437,9 @@
437
437
  </div>
438
438
  </div>
439
439
  <% end %>
440
- <!-- -PHCDev- Page Container - Sidebar - Navigation - PHCCoreModules -->
440
+ <!-- -PHCDEV- Page Container - Sidebar - Navigation - PHCCoreModules -->
441
441
 
442
- <!-- -PHCDev- Page Container - Sidebar - Navigation - PHCAccounts -->
442
+ <!-- -PHCDEV- Page Container - Sidebar - Navigation - PHCAccounts -->
443
443
 
444
444
  <% if defined?phcdevworks_accounts_stripe and current_user.admin? %>
445
445
  <div class="menu-header">Subscription Administration</div>
@@ -522,8 +522,8 @@
522
522
  </div>
523
523
  </div>
524
524
  <% end %>
525
- <!-- -PHCDev- Page Container - Sidebar - Navigation - PHCAccounts -->
525
+ <!-- -PHCDEV- Page Container - Sidebar - Navigation - PHCAccounts -->
526
526
 
527
527
  </div>
528
528
  </div>
529
- <!-- -PHCDev- Page Container - Sidebar -->
529
+ <!-- -PHCDEV- Page Container - Sidebar -->
@@ -1,34 +1,34 @@
1
- <!-- -PHCDev- Title System -->
1
+ <!-- -PHCDEV- Title System -->
2
2
  <% phc_title "Customer Manager" %>
3
3
  <% phc_title_tagline "Stripe Customer List" %>
4
4
  <% phc_breadcrumb_one "Home" %>
5
5
  <% phc_breadcrumb_two yield(:phc_title_tagline) %>
6
- <!-- -PHCDev- Title System -->
6
+ <!-- -PHCDEV- Title System -->
7
7
 
8
- <!-- -PHCDev- Page Bradcrumbs -->
8
+ <!-- -PHCDEV- Bradcrumbs -->
9
9
  <ol class="breadcrumb float-xl-end">
10
10
  <li class="breadcrumb-item"><%= yield(:phc_breadcrumb_one) %></li>
11
11
  <li class="breadcrumb-item active"><%= yield(:phc_breadcrumb_two) %></li>
12
12
  </ol>
13
- <!-- -PHCDev- Page Bradcrumbs -->
13
+ <!-- -PHCDEV- Bradcrumbs -->
14
14
 
15
- <!-- -PHCDev- Page Header -->
15
+ <!-- -PHCDEV- Header -->
16
16
  <h1 class="page-header"><%= yield(:phc_title) %></h1>
17
- <!-- -PHCDev- Page Header -->
17
+ <!-- -PHCDEV- Header -->
18
18
 
19
- <!-- -PHCDev- Panel -->
19
+ <!-- -PHCDEV- Panel -->
20
20
  <div class="panel panel-inverse">
21
21
 
22
- <!-- -PHCDev- Panel - Heading -->
22
+ <!-- -PHCDEV- Panel - Heading -->
23
23
  <div class="panel-heading">
24
24
  <h4 class="panel-title"><%= yield(:phc_title_tagline) %></h4>
25
25
  </div>
26
- <!-- -PHCDev- Panel - Heading -->
26
+ <!-- -PHCDEV- Panel - Heading -->
27
27
 
28
- <!-- -PHCDev- Panel - Body -->
28
+ <!-- -PHCDEV- Panel - Body -->
29
29
  <div class="panel-body">
30
30
 
31
- <!-- -PHCDev- Index - Table -->
31
+ <!-- -PHCDEV- Index - Table -->
32
32
  <div class="table-responsive">
33
33
  <table class="table table-striped table-bordered">
34
34
 
@@ -50,10 +50,10 @@
50
50
 
51
51
  </table>
52
52
  </div>
53
- <!-- -PHCDev- Index - Table -->
53
+ <!-- -PHCDEV- Index - Table -->
54
54
 
55
55
  </div>
56
- <!-- -PHCDev- Panel - Body -->
56
+ <!-- -PHCDEV- Panel - Body -->
57
57
 
58
58
  </div>
59
- <!-- -PHCDev- Panel -->
59
+ <!-- -PHCDEV- Panel -->
@@ -1,34 +1,34 @@
1
- <!-- -PHCDev- Title System -->
1
+ <!-- -PHCDEV- Title System -->
2
2
  <% phc_title "Invoice Manager" %>
3
3
  <% phc_title_tagline "Stripe Invoice List" %>
4
4
  <% phc_breadcrumb_one "Home" %>
5
5
  <% phc_breadcrumb_two yield(:phc_title_tagline) %>
6
- <!-- -PHCDev- Title System -->
6
+ <!-- -PHCDEV- Title System -->
7
7
 
8
- <!-- -PHCDev- Page Bradcrumbs -->
8
+ <!-- -PHCDEV- Bradcrumbs -->
9
9
  <ol class="breadcrumb float-xl-end">
10
10
  <li class="breadcrumb-item"><%= yield(:phc_breadcrumb_one) %></li>
11
11
  <li class="breadcrumb-item active"><%= yield(:phc_breadcrumb_two) %></li>
12
12
  </ol>
13
- <!-- -PHCDev- Page Bradcrumbs -->
13
+ <!-- -PHCDEV- Bradcrumbs -->
14
14
 
15
- <!-- -PHCDev- Page Header -->
15
+ <!-- -PHCDEV- Header -->
16
16
  <h1 class="page-header"><%= yield(:phc_title) %></h1>
17
- <!-- -PHCDev- Page Header -->
17
+ <!-- -PHCDEV- Header -->
18
18
 
19
- <!-- -PHCDev- Panel -->
19
+ <!-- -PHCDEV- Panel -->
20
20
  <div class="panel panel-inverse">
21
21
 
22
- <!-- -PHCDev- Panel - Heading -->
22
+ <!-- -PHCDEV- Panel - Heading -->
23
23
  <div class="panel-heading">
24
24
  <h4 class="panel-title"><%= yield(:phc_title_tagline) %></h4>
25
25
  </div>
26
- <!-- -PHCDev- Panel - Heading -->
26
+ <!-- -PHCDEV- Panel - Heading -->
27
27
 
28
- <!-- -PHCDev- Panel - Body -->
28
+ <!-- -PHCDEV- Panel - Body -->
29
29
  <div class="panel-body">
30
30
 
31
- <!-- -PHCDev- Index - Table -->
31
+ <!-- -PHCDEV- Index - Table -->
32
32
  <div class="table-responsive">
33
33
  <table class="table table-striped table-bordered">
34
34
 
@@ -72,10 +72,10 @@
72
72
 
73
73
  </table>
74
74
  </div>
75
- <!-- -PHCDev- Index - Table -->
75
+ <!-- -PHCDEV- Index - Table -->
76
76
 
77
77
  </div>
78
- <!-- -PHCDev- Panel - Body -->
78
+ <!-- -PHCDEV- Panel - Body -->
79
79
 
80
80
  </div>
81
- <!-- -PHCDev- Panel -->
81
+ <!-- -PHCDEV- Panel -->
@@ -1,34 +1,34 @@
1
- <!-- -PHCDev- Title System -->
1
+ <!-- -PHCDEV- Title System -->
2
2
  <% phc_title "Products Manager" %>
3
3
  <% phc_title_tagline "Stripe Products List" %>
4
4
  <% phc_breadcrumb_one "Home" %>
5
5
  <% phc_breadcrumb_two yield(:phc_title_tagline) %>
6
- <!-- -PHCDev- Title System -->
6
+ <!-- -PHCDEV- Title System -->
7
7
 
8
- <!-- -PHCDev- Page Bradcrumbs -->
8
+ <!-- -PHCDEV- Bradcrumbs -->
9
9
  <ol class="breadcrumb float-xl-end">
10
10
  <li class="breadcrumb-item"><%= yield(:phc_breadcrumb_one) %></li>
11
11
  <li class="breadcrumb-item active"><%= yield(:phc_breadcrumb_two) %></li>
12
12
  </ol>
13
- <!-- -PHCDev- Page Bradcrumbs -->
13
+ <!-- -PHCDEV- Bradcrumbs -->
14
14
 
15
- <!-- -PHCDev- Page Header -->
15
+ <!-- -PHCDEV- Header -->
16
16
  <h1 class="page-header"><%= yield(:phc_title) %></h1>
17
- <!-- -PHCDev- Page Header -->
17
+ <!-- -PHCDEV- Header -->
18
18
 
19
- <!-- -PHCDev- Panel -->
19
+ <!-- -PHCDEV- Panel -->
20
20
  <div class="panel panel-inverse">
21
21
 
22
- <!-- -PHCDev- Panel - Heading -->
22
+ <!-- -PHCDEV- Panel - Heading -->
23
23
  <div class="panel-heading">
24
24
  <h4 class="panel-title"><%= yield(:phc_title_tagline) %></h4>
25
25
  </div>
26
- <!-- -PHCDev- Panel - Heading -->
26
+ <!-- -PHCDEV- Panel - Heading -->
27
27
 
28
- <!-- -PHCDev- Panel - Body -->
28
+ <!-- -PHCDEV- Panel - Body -->
29
29
  <div class="panel-body">
30
30
 
31
- <!-- -PHCDev- Index - Table -->
31
+ <!-- -PHCDEV- Index - Table -->
32
32
  <div class="table-responsive">
33
33
  <table class="table table-striped table-bordered">
34
34
 
@@ -52,10 +52,10 @@
52
52
 
53
53
  </table>
54
54
  </div>
55
- <!-- -PHCDev- Index - Table -->
55
+ <!-- -PHCDEV- Index - Table -->
56
56
 
57
57
  </div>
58
- <!-- -PHCDev- Panel - Body -->
58
+ <!-- -PHCDEV- Panel - Body -->
59
59
 
60
60
  </div>
61
- <!-- -PHCDev- Panel -->
61
+ <!-- -PHCDEV- Panel -->
@@ -1,34 +1,34 @@
1
- <!-- -PHCDev- Title System -->
1
+ <!-- -PHCDEV- Title System -->
2
2
  <% phc_title "Subscription Manager" %>
3
3
  <% phc_title_tagline "Stripe Subscriptions List" %>
4
4
  <% phc_breadcrumb_one "Home" %>
5
5
  <% phc_breadcrumb_two yield(:phc_title_tagline) %>
6
- <!-- -PHCDev- Title System -->
6
+ <!-- -PHCDEV- Title System -->
7
7
 
8
- <!-- -PHCDev- Page Bradcrumbs -->
8
+ <!-- -PHCDEV- Bradcrumbs -->
9
9
  <ol class="breadcrumb float-xl-end">
10
10
  <li class="breadcrumb-item"><%= yield(:phc_breadcrumb_one) %></li>
11
11
  <li class="breadcrumb-item active"><%= yield(:phc_breadcrumb_two) %></li>
12
12
  </ol>
13
- <!-- -PHCDev- Page Bradcrumbs -->
13
+ <!-- -PHCDEV- Bradcrumbs -->
14
14
 
15
- <!-- -PHCDev- Page Header -->
15
+ <!-- -PHCDEV- Header -->
16
16
  <h1 class="page-header"><%= yield(:phc_title) %></h1>
17
- <!-- -PHCDev- Page Header -->
17
+ <!-- -PHCDEV- Header -->
18
18
 
19
- <!-- -PHCDev- Panel -->
19
+ <!-- -PHCDEV- Panel -->
20
20
  <div class="panel panel-inverse">
21
21
 
22
- <!-- -PHCDev- Panel - Heading -->
22
+ <!-- -PHCDEV- Panel - Heading -->
23
23
  <div class="panel-heading">
24
24
  <h4 class="panel-title"><%= yield(:phc_title_tagline) %></h4>
25
25
  </div>
26
- <!-- -PHCDev- Panel - Heading -->
26
+ <!-- -PHCDEV- Panel - Heading -->
27
27
 
28
- <!-- -PHCDev- Panel - Body -->
28
+ <!-- -PHCDEV- Panel - Body -->
29
29
  <div class="panel-body">
30
30
 
31
- <!-- -PHCDev- Index - Table -->
31
+ <!-- -PHCDEV- Index - Table -->
32
32
  <div class="table-responsive">
33
33
  <table class="table table-striped table-bordered">
34
34
 
@@ -58,10 +58,10 @@
58
58
 
59
59
  </table>
60
60
  </div>
61
- <!-- -PHCDev- Index - Table -->
61
+ <!-- -PHCDEV- Index - Table -->
62
62
 
63
63
  </div>
64
- <!-- -PHCDev- Panel - Body -->
64
+ <!-- -PHCDEV- Panel - Body -->
65
65
 
66
66
  </div>
67
- <!-- -PHCDev- Panel -->
67
+ <!-- -PHCDEV- Panel -->
@@ -6,14 +6,14 @@
6
6
  <!-- PHCTitleSEO Title Variables -->
7
7
 
8
8
  <!-- Page Bradcrumbs -->
9
- <ol class="breadcrumb pull-right">
9
+ <ol class="breadcrumb float-xl-end">
10
10
  <li class="breadcrumb-item"><%= yield(:phc_breadcrumb_one) %></li>
11
11
  <li class="breadcrumb-item active"><%= yield(:phc_breadcrumb_two) %></li>
12
12
  </ol>
13
13
  <!-- Page Bradcrumbs -->
14
14
 
15
15
  <!-- Page Header -->
16
- <h2 class="page-header"><%= yield(:phc_title) %></h2>
16
+ <h1 class="page-header"><%= yield(:phc_title) %></h1>
17
17
  <!-- Page Header -->
18
18
 
19
19
  <!-- Page Content -->
@@ -6,14 +6,14 @@
6
6
  <!-- PHCTitleSEO Title Variables -->
7
7
 
8
8
  <!-- Page Bradcrumbs -->
9
- <ol class="breadcrumb pull-right">
9
+ <ol class="breadcrumb float-xl-end">
10
10
  <li class="breadcrumb-item"><%= yield(:phc_breadcrumb_one) %></li>
11
11
  <li class="breadcrumb-item active"><%= yield(:phc_breadcrumb_two) %></li>
12
12
  </ol>
13
13
  <!-- Page Bradcrumbs -->
14
14
 
15
15
  <!-- Page Header -->
16
- <h2 class="page-header"><%= yield(:phc_title) %></h2>
16
+ <h1 class="page-header"><%= yield(:phc_title) %></h1>
17
17
  <!-- Page Header -->
18
18
 
19
19
  <!-- Page Content -->
@@ -6,14 +6,14 @@
6
6
  <!-- PHCTitleSEO Title Variables -->
7
7
 
8
8
  <!-- Page Bradcrumbs -->
9
- <ol class="breadcrumb pull-right">
9
+ <ol class="breadcrumb float-xl-end">
10
10
  <li class="breadcrumb-item"><%= yield(:phc_breadcrumb_one) %></li>
11
11
  <li class="breadcrumb-item active"><%= yield(:phc_breadcrumb_two) %></li>
12
12
  </ol>
13
13
  <!-- Page Bradcrumbs -->
14
14
 
15
15
  <!-- Page Header -->
16
- <h2 class="page-header"><%= yield(:phc_title) %></h2>
16
+ <h1 class="page-header"><%= yield(:phc_title) %></h1>
17
17
  <!-- Page Header -->
18
18
 
19
19
  <!-- Page Content -->
@@ -6,14 +6,14 @@
6
6
  <!-- PHCTitleSEO Title Variables -->
7
7
 
8
8
  <!-- Page Bradcrumbs -->
9
- <ol class="breadcrumb pull-right">
9
+ <ol class="breadcrumb float-xl-end">
10
10
  <li class="breadcrumb-item"><%= yield(:phc_breadcrumb_one) %></li>
11
11
  <li class="breadcrumb-item active"><%= yield(:phc_breadcrumb_two) %></li>
12
12
  </ol>
13
13
  <!-- Page Bradcrumbs -->
14
14
 
15
15
  <!-- Page Header -->
16
- <h2 class="page-header"><%= yield(:phc_title) %></h2>
16
+ <h1 class="page-header"><%= yield(:phc_title) %></h1>
17
17
  <!-- Page Header -->
18
18
 
19
19
  <!-- Page Content -->
data/config/spring.rb ADDED
@@ -0,0 +1,2 @@
1
+ Spring.application_root = './spec/test_app'
2
+
@@ -1,3 +1,3 @@
1
1
  module PhcdevworksAccountsStripe
2
- VERSION = "1.0.1"
2
+ VERSION = "1.0.4"
3
3
  end
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.1
4
+ version: 1.0.4
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-19 00:00:00.000000000 Z
11
+ date: 2022-04-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails
@@ -100,14 +100,14 @@ dependencies:
100
100
  requirements:
101
101
  - - "~>"
102
102
  - !ruby/object:Gem::Version
103
- version: '3.0'
103
+ version: '4.0'
104
104
  type: :runtime
105
105
  prerelease: false
106
106
  version_requirements: !ruby/object:Gem::Requirement
107
107
  requirements:
108
108
  - - "~>"
109
109
  - !ruby/object:Gem::Version
110
- version: '3.0'
110
+ version: '4.0'
111
111
  - !ruby/object:Gem::Dependency
112
112
  name: phcdevworks_notifications
113
113
  requirement: !ruby/object:Gem::Requirement
@@ -329,7 +329,6 @@ files:
329
329
  - README.md
330
330
  - Rakefile
331
331
  - app/assets/config/phcdevworks_accounts_stripe_manifest.js
332
- - app/assets/stylesheets/phcdevworks_accounts_stripe/application.css
333
332
  - app/controllers/phcdevworks_accounts_stripe/admin/customers_controller.rb
334
333
  - app/controllers/phcdevworks_accounts_stripe/admin/invoices_controller.rb
335
334
  - app/controllers/phcdevworks_accounts_stripe/admin/products_controller.rb
@@ -364,6 +363,7 @@ files:
364
363
  - app/views/phcdevworks_accounts_stripe/user/subscription/user_subscription_item.html.erb
365
364
  - config/initializers/stripe.rb
366
365
  - config/routes.rb
366
+ - config/spring.rb
367
367
  - lib/phcdevworks_accounts_stripe.rb
368
368
  - lib/phcdevworks_accounts_stripe/engine.rb
369
369
  - lib/phcdevworks_accounts_stripe/version.rb
@@ -1,15 +0,0 @@
1
- /*
2
- * This is a manifest file that'll be compiled into application.css, which will include all the files
3
- * listed below.
4
- *
5
- * Any CSS and SCSS file within this directory, lib/assets/stylesheets, vendor/assets/stylesheets,
6
- * or any plugin's vendor/assets/stylesheets directory can be referenced here using a relative path.
7
- *
8
- * You're free to add application-wide styles to this file and they'll appear at the bottom of the
9
- * compiled file so the styles you add here take precedence over styles defined in any other CSS/SCSS
10
- * files in this directory. Styles in this file should be added after the last require_* statement.
11
- * It is generally better to create a new file per style scope.
12
- *
13
- *= require_tree .
14
- *= require_self
15
- */