phcdevworks_accounts_devise 0.1.3.pre.beta → 1.0.0

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 38caebd130cf026160191484bc9d2b8b938a66cabbd58708edc5d52eddd275de
4
- data.tar.gz: 307eef1b784250d9a7356f694527c596a3b2fcd6c1a4c287020c4b9f8155fac0
3
+ metadata.gz: 1ea09700e94de9bf661520e295cd566ae8a2589fc5f1565752198e449a96a928
4
+ data.tar.gz: a9576cb67d2459ce8c6975b18a8862ea2ff742bfde17bb8eecfea24f34877ba9
5
5
  SHA512:
6
- metadata.gz: 91d1ca011eb3e31b2bbb630cda839fb91ad2014e453bdcdb40b25cbf88a240a701f590cd4432ac6c67d7406c23d8f79d5f23390da3987e727401cfbce1e667f9
7
- data.tar.gz: 3447619711e246cde5dace9cfadf18f997bb62ef68d3d39a6209f3116f306f697df1cb43d60a8c146a9d6927c875fbc2df90fb3e9dd4bc6c45db55bd573aa7b9
6
+ metadata.gz: 2945e9e8584724a48a78748faa57a6e9ee552ffe2dd42bcc06be5be5c652304c831c7a7c07b41418f6671fc9caa72bd3aef731a1b252d86b70574e15c19c211a
7
+ data.tar.gz: 88414a42ef7c23faa4bc2d1d103435da8d578e15f69f758c5dddcb05d611e5c4234e21606c5c7264c1f8d33115c71fc76da264c5f7f1c3c1698a0b369e9ce6f0
@@ -27,43 +27,43 @@
27
27
  </head>
28
28
  <body>
29
29
 
30
- <!-- -PHCDev- Page Container -->
30
+ <!-- -PHCDEV- Page Container -->
31
31
  <div id="app" class="app app-header-fixed app-sidebar-fixed app-with-wide-sidebar">
32
32
 
33
- <!-- -PHCDev- Page Container - Header -->
33
+ <!-- -PHCDEV- Page Container - Header -->
34
34
  <div id="header" class="app-header">
35
35
  <%= render "layouts/phcdevworks_accounts_devise/components/backend/navigation/top_menu" %>
36
36
  </div>
37
- <!-- -PHCDev- Page Container - Header -->
37
+ <!-- -PHCDEV- Page Container - Header -->
38
38
 
39
- <!-- -PHCDev- Page Container - Sidebar -->
39
+ <!-- -PHCDEV- Page Container - Sidebar -->
40
40
  <div id="sidebar" class="app-sidebar" data-disable-slide-animation="true">
41
41
  <%= render "layouts/phcdevworks_accounts_devise/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
- <!-- -PHCDev- Page Container - Sidebar -->
45
+ <!-- -PHCDEV- Page Container - Sidebar -->
46
46
 
47
- <!-- -PHCDev- Page Container - Content -->
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
- <!-- -PHCDev- Page Container - Main -->
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
- <!-- -PHCDev- Page Container - Main -->
56
- <!-- -PHCDev- Page Container - Footer -->
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_devise/components/backend/footer/footer" %>
59
59
  </div>
60
- <!-- -PHCDev- Page Container - Footer -->
60
+ <!-- -PHCDEV- Page Container - Footer -->
61
61
  </div>
62
62
  </div>
63
- <!-- -PHCDev- Page Container - Content -->
63
+ <!-- -PHCDEV- Page Container - Content -->
64
64
 
65
65
  </div>
66
- <!-- -PHCDev- Page Container -->
66
+ <!-- -PHCDEV- Page Container -->
67
67
 
68
68
  <!-- JavaScript -->
69
69
  <%= javascript_include_tag "coloradmin/phcthemes_admin_panel_pack_coloradmin" %>
@@ -27,43 +27,43 @@
27
27
  </head>
28
28
  <body>
29
29
 
30
- <!-- -PHCDev- Page Container -->
30
+ <!-- -PHCDEV- Page Container -->
31
31
  <div id="app" class="app app-header-fixed app-sidebar-fixed app-with-wide-sidebar">
32
32
 
33
- <!-- -PHCDev- Page Container - Header -->
33
+ <!-- -PHCDEV- Page Container - Header -->
34
34
  <div id="header" class="app-header">
35
35
  <%= render "layouts/phcdevworks_accounts_devise/components/backend/navigation/top_menu" %>
36
36
  </div>
37
- <!-- -PHCDev- Page Container - Header -->
37
+ <!-- -PHCDEV- Page Container - Header -->
38
38
 
39
- <!-- -PHCDev- Page Container - Sidebar -->
39
+ <!-- -PHCDEV- Page Container - Sidebar -->
40
40
  <div id="sidebar" class="app-sidebar" data-disable-slide-animation="true">
41
41
  <%= render "layouts/phcdevworks_accounts_devise/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
- <!-- -PHCDev- Page Container - Sidebar -->
45
+ <!-- -PHCDEV- Page Container - Sidebar -->
46
46
 
47
- <!-- -PHCDev- Page Container - Content -->
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
- <!-- -PHCDev- Page Container - Main -->
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
- <!-- -PHCDev- Page Container - Main -->
56
- <!-- -PHCDev- Page Container - Footer -->
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_devise/components/backend/footer/footer" %>
59
59
  </div>
60
- <!-- -PHCDev- Page Container - Footer -->
60
+ <!-- -PHCDEV- Page Container - Footer -->
61
61
  </div>
62
62
  </div>
63
- <!-- -PHCDev- Page Container - Content -->
63
+ <!-- -PHCDEV- Page Container - Content -->
64
64
 
65
65
  </div>
66
- <!-- -PHCDev- Page Container -->
66
+ <!-- -PHCDEV- Page Container -->
67
67
 
68
68
  <!-- JavaScript -->
69
69
  <%= javascript_include_tag "coloradmin/phcthemes_admin_panel_pack_coloradmin" %>
@@ -27,34 +27,34 @@
27
27
  </head>
28
28
  <body>
29
29
 
30
- <!-- -PHCDev- Page Container -->
30
+ <!-- -PHCDEV- Page Container -->
31
31
  <div id="app" class="app app-header-fixed app-without-sidebar">
32
32
 
33
- <!-- -PHCDev- Page Container - Header -->
33
+ <!-- -PHCDEV- Page Container - Header -->
34
34
  <div id="header" class="app-header">
35
35
  <%= render "layouts/phcdevworks_accounts_devise/components/backend/navigation/top_menu" %>
36
36
  </div>
37
- <!-- -PHCDev- Page Container - Header -->
37
+ <!-- -PHCDEV- Page Container - Header -->
38
38
 
39
- <!-- -PHCDev- Page Container - Content -->
39
+ <!-- -PHCDEV- Page Container - Content -->
40
40
  <div id="content" class="app-content" style="margin-left:0px;">
41
41
 
42
- <!-- -PHCDev- Page Container - Main -->
42
+ <!-- -PHCDEV- Page Container - Main -->
43
43
  <%= render "phcdevworks_notifications/bootstrap/notifications" %>
44
44
  <%= yield %>
45
- <!-- -PHCDev- Page Container - Main -->
45
+ <!-- -PHCDEV- Page Container - Main -->
46
46
 
47
- <!-- -PHCDev- Page Container - Footer -->
47
+ <!-- -PHCDEV- Page Container - Footer -->
48
48
  <div id="footer" class="app-footer m-0">
49
49
  <%= render "layouts/phcdevworks_accounts_devise/components/backend/footer/footer" %>
50
50
  </div>
51
- <!-- -PHCDev- Page Container - Footer -->
51
+ <!-- -PHCDEV- Page Container - Footer -->
52
52
 
53
53
  </div>
54
- <!-- -PHCDev- Page Container - Content -->
54
+ <!-- -PHCDEV- Page Container - Content -->
55
55
 
56
56
  </div>
57
- <!-- -PHCDev- Page Container -->
57
+ <!-- -PHCDEV- Page Container -->
58
58
 
59
59
  <!-- JavaScript -->
60
60
  <%= javascript_include_tag "coloradmin/phcthemes_admin_panel_pack_coloradmin" %>
@@ -27,43 +27,43 @@
27
27
  </head>
28
28
  <body>
29
29
 
30
- <!-- -PHCDev- Page Container -->
30
+ <!-- -PHCDEV- Page Container -->
31
31
  <div id="app" class="app app-header-fixed app-sidebar-fixed app-with-wide-sidebar">
32
32
 
33
- <!-- -PHCDev- Page Container - Header -->
33
+ <!-- -PHCDEV- Page Container - Header -->
34
34
  <div id="header" class="app-header">
35
35
  <%= render "layouts/phcdevworks_accounts_devise/components/backend/navigation/top_menu" %>
36
36
  </div>
37
- <!-- -PHCDev- Page Container - Header -->
37
+ <!-- -PHCDEV- Page Container - Header -->
38
38
 
39
- <!-- -PHCDev- Page Container - Sidebar -->
39
+ <!-- -PHCDEV- Page Container - Sidebar -->
40
40
  <div id="sidebar" class="app-sidebar" data-disable-slide-animation="true">
41
41
  <%= render "layouts/phcdevworks_accounts_devise/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
- <!-- -PHCDev- Page Container - Sidebar -->
45
+ <!-- -PHCDEV- Page Container - Sidebar -->
46
46
 
47
- <!-- -PHCDev- Page Container - Content -->
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
- <!-- -PHCDev- Page Container - Main -->
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
- <!-- -PHCDev- Page Container - Main -->
56
- <!-- -PHCDev- Page Container - Footer -->
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_devise/components/backend/footer/footer" %>
59
59
  </div>
60
- <!-- -PHCDev- Page Container - Footer -->
60
+ <!-- -PHCDEV- Page Container - Footer -->
61
61
  </div>
62
62
  </div>
63
- <!-- -PHCDev- Page Container - Content -->
63
+ <!-- -PHCDEV- Page Container - Content -->
64
64
 
65
65
  </div>
66
- <!-- -PHCDev- Page Container -->
66
+ <!-- -PHCDEV- Page Container -->
67
67
 
68
68
  <!-- JavaScript -->
69
69
  <%= javascript_include_tag "coloradmin/phcthemes_admin_panel_pack_coloradmin" %>
@@ -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
5
  <span class="phc_dev_strong_plugin">PHC</span><span class="phc_dev_light_plugin">Devworks</span> Accounts (Devise) - Engine v<%= Gem.loaded_specs["phcdevworks_accounts_devise"].version.to_s %>
6
- <!-- -PHCDev- Page Container - Footer - Left - Copyright -->
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
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 -->
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
- <!-- -PHCDev- 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">
@@ -12,9 +12,9 @@
12
12
  <% end %>
13
13
 
14
14
  </div>
15
- <!-- -PHCDev- Topbar - Navigation Header -->
15
+ <!-- -PHCDEV- Topbar - Navigation Header -->
16
16
 
17
- <!-- -PHCDev- 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
- <!-- -PHCDev- 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 "User Manager" %>
3
3
  <% phc_title_tagline "Useer Index" %>
4
4
  <% phc_breadcrumb_one yield(:phc_title) %>
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) %></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,13 +52,13 @@
52
52
 
53
53
  </table>
54
54
  </div>
55
- <!-- -PHCDev- Index - Table -->
55
+ <!-- -PHCDEV- Index - Table -->
56
56
 
57
- <!-- -PHCDev- New Button -->
58
- <!-- -PHCDev- New Button -->
57
+ <!-- -PHCDEV- New Button -->
58
+ <!-- -PHCDEV- New Button -->
59
59
 
60
60
  </div>
61
- <!-- -PHCDev- Panel - Body -->
61
+ <!-- -PHCDEV- Panel - Body -->
62
62
 
63
63
  </div>
64
- <!-- -PHCDev- Panel -->
64
+ <!-- -PHCDEV- Panel -->
@@ -1,31 +1,31 @@
1
- <!-- -PHCDev- Title System -->
1
+ <!-- -PHCDEV- Title System -->
2
2
  <% phc_title resource_name.to_s.humanize + " Unlock Password" %>
3
3
  <% phc_title_tagline "Unlock Your " + resource_name.to_s.humanize + " Unlock Password" %>
4
4
  <% phc_breadcrumb_one link_to resource_name.to_s.humanize + " Home", phcdevworks_accounts_devise.user_path %>
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) %></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
31
  <%= form_for(resource, as: resource_name, url: confirmation_path(resource_name), html: { method: :post }) do |form| %>
@@ -42,7 +42,7 @@
42
42
  <% end %>
43
43
 
44
44
  </div>
45
- <!-- -PHCDev- Panel - Body -->
45
+ <!-- -PHCDEV- Panel - Body -->
46
46
 
47
47
  </div>
48
- <!-- -PHCDev- Panel -->
48
+ <!-- -PHCDEV- Panel -->
@@ -1,31 +1,31 @@
1
- <!-- -PHCDev- Title System -->
1
+ <!-- -PHCDEV- Title System -->
2
2
  <% phc_title resource_name.to_s.humanize + " Edit Password" %>
3
3
  <% phc_title_tagline "Edit Your " + resource_name.to_s.humanize + " Edit Password" %>
4
4
  <% phc_breadcrumb_one link_to resource_name.to_s.humanize + " Accounts Home", phcdevworks_accounts_devise.user_path %>
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) %></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
31
  <%= form_for(resource, as: resource_name, url: password_path(resource_name), html: { method: :put }) do |form| %>
@@ -53,7 +53,7 @@
53
53
  <%= render "devise/shared/links" %>
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,31 +1,31 @@
1
- <!-- -PHCDev- Title System -->
1
+ <!-- -PHCDEV- Title System -->
2
2
  <% phc_title "Send Password Reset Link" %>
3
3
  <% phc_title_tagline "Password Reset Form" %>
4
4
  <% phc_breadcrumb_one link_to "Home", phcdevworks_accounts_devise.user_path %>
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) %></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
31
  <%= form_for(resource, as: resource_name, url: password_path(resource_name), html: { method: :post }) do |form| %>
@@ -45,7 +45,7 @@
45
45
  <% end %>
46
46
 
47
47
  </div>
48
- <!-- -PHCDev- Panel - Body -->
48
+ <!-- -PHCDEV- Panel - Body -->
49
49
 
50
50
  </div>
51
- <!-- -PHCDev- Panel -->
51
+ <!-- -PHCDEV- Panel -->
@@ -1,34 +1,34 @@
1
- <!-- -PHCDev- Title System -->
1
+ <!-- -PHCDEV- Title System -->
2
2
  <% phc_title resource_name.to_s.humanize + " Account Information" %>
3
3
  <% phc_title_tagline "Edit Your " + resource_name.to_s.humanize + " Account Information" %>
4
4
  <% phc_breadcrumb_one link_to "Home", phcdevworks_accounts_devise.admin_users_all_path %>
5
5
  <% phc_breadcrumb_two link_to "Accounts Dashboard", phcdevworks_accounts_devise.user_path %>
6
6
  <% phc_breadcrumb_three yield(:phc_title_tagline) %>
7
- <!-- -PHCDev- Title System -->
7
+ <!-- -PHCDEV- Title System -->
8
8
 
9
- <!-- -PHCDev- Page Bradcrumbs -->
9
+ <!-- -PHCDEV- Bradcrumbs -->
10
10
  <ol class="breadcrumb float-xl-end">
11
11
  <li class="breadcrumb-item"><%= yield(:phc_breadcrumb_one) %></li>
12
12
  <li class="breadcrumb-item"><%= yield(:phc_breadcrumb_two) %></li>
13
13
  <li class="breadcrumb-item active"><%= yield(:phc_breadcrumb_three) %></li>
14
14
  </ol>
15
- <!-- -PHCDev- Page Bradcrumbs -->
15
+ <!-- -PHCDEV- Bradcrumbs -->
16
16
 
17
- <!-- -PHCDev- Page Header -->
17
+ <!-- -PHCDEV- Header -->
18
18
  <h1 class="page-header"><%= yield(:phc_title) %></h1>
19
- <!-- -PHCDev- Page Header -->
19
+ <!-- -PHCDEV- Header -->
20
20
 
21
21
 
22
- <!-- -PHCDev- Panel -->
22
+ <!-- -PHCDEV- Panel -->
23
23
  <div class="panel panel-inverse">
24
24
 
25
- <!-- -PHCDev- Panel - Heading -->
25
+ <!-- -PHCDEV- Panel - Heading -->
26
26
  <div class="panel-heading">
27
27
  <h4 class="panel-title"><%= yield(:phc_title) %></h4>
28
28
  </div>
29
- <!-- -PHCDev- Panel - Heading -->
29
+ <!-- -PHCDEV- Panel - Heading -->
30
30
 
31
- <!-- -PHCDev- Panel - Body -->
31
+ <!-- -PHCDEV- Panel - Body -->
32
32
  <div class="panel-body">
33
33
 
34
34
  <!-- Edit Form -->
@@ -94,7 +94,7 @@
94
94
  <% end %>
95
95
 
96
96
  </div>
97
- <!-- -PHCDev- Panel - Body -->
97
+ <!-- -PHCDEV- Panel - Body -->
98
98
 
99
99
  </div>
100
- <!-- -PHCDev- Panel -->
100
+ <!-- -PHCDEV- Panel -->
@@ -1,10 +1,10 @@
1
- <!-- -PHCDev- Page Container -->
1
+ <!-- -PHCDEV- Page Container -->
2
2
  <div id="app" class="app">
3
3
 
4
- <!-- -PHCDev- Registration Area -->
4
+ <!-- -PHCDEV- Registration Area -->
5
5
  <div class="register register-with-news-feed">
6
6
 
7
- <!-- -PHCDev- Ad/News Feed Area -->
7
+ <!-- -PHCDEV- Ad/News Feed Area -->
8
8
  <div class="news-feed">
9
9
  <div class="news-image" style="background-image: url(https://static.phcnetworks.net/phc_engines/phc_accounts_pro/tropical_house_beach.jpg)"></div>
10
10
  <div class="news-caption">
@@ -12,30 +12,30 @@
12
12
  <p>Rails7 User Accounts Engine</p>
13
13
  </div>
14
14
  </div>
15
- <!-- -PHCDev- Ad/News Feed Area -->
15
+ <!-- -PHCDEV- Ad/News Feed Area -->
16
16
 
17
- <!-- -PHCDev- Registration Form -->
17
+ <!-- -PHCDEV- Registration Form -->
18
18
  <div class="register-container">
19
19
 
20
- <!-- -PHCDev- Page Notifications -->
20
+ <!-- -PHCDEV- Page Notifications -->
21
21
  <%= render "phcdevworks_notifications/bootstrap/notifications" %>
22
- <!-- -PHCDev- Page Notifications -->
22
+ <!-- -PHCDEV- Page Notifications -->
23
23
 
24
- <!-- -PHCDev- Registration Form Header -->
24
+ <!-- -PHCDEV- Registration Form Header -->
25
25
  <div class="register-header mb-25px h1">
26
26
  <div class="mb-1">Accounts Signup</div>
27
27
  <small class="d-block fs-15px lh-16">Rails7 User Accouts Using Devise Auth</small>
28
28
  </div>
29
- <!-- -PHCDev- Registration Form Header -->
29
+ <!-- -PHCDEV- Registration Form Header -->
30
30
 
31
- <!-- -PHCDev- Registration Form Content -->
31
+ <!-- -PHCDEV- Registration Form Content -->
32
32
  <div class="register-content">
33
33
 
34
34
  <%= form_for(resource, as: resource_name, url: registration_path(resource_name)) do |form| %>
35
35
 
36
- <!-- -PHCDev- Devise Error Message -->
36
+ <!-- -PHCDEV- Devise Error Message -->
37
37
  <%= render "devise/shared/error_messages", resource: resource %>
38
- <!-- -PHCDev- Devise Error Message -->
38
+ <!-- -PHCDEV- Devise Error Message -->
39
39
 
40
40
  <div class="mb-3">
41
41
  <label class="mb-2">Your Name <span class="text-danger">*</span></label>
@@ -97,13 +97,13 @@
97
97
  </p>
98
98
 
99
99
  </div>
100
- <!-- -PHCDev- Registration Form Content -->
100
+ <!-- -PHCDEV- Registration Form Content -->
101
101
 
102
102
  </div>
103
- <!-- -PHCDev- Registration Form -->
103
+ <!-- -PHCDEV- Registration Form -->
104
104
 
105
105
  </div>
106
- <!-- -PHCDev- Registration Area -->
106
+ <!-- -PHCDEV- Registration Area -->
107
107
 
108
108
  </div>
109
- <!-- -PHCDev- Page Container -->
109
+ <!-- -PHCDEV- Page Container -->
@@ -1,10 +1,10 @@
1
- <!-- -PHCDev- Page Container -->
1
+ <!-- -PHCDEV- Page Container -->
2
2
  <div id="app" class="app">
3
3
 
4
- <!-- -PHCDev- Registration Area -->
4
+ <!-- -PHCDEV- Registration Area -->
5
5
  <div class="login login-with-news-feed">
6
6
 
7
- <!-- -PHCDev- Ad/News Feed Area -->
7
+ <!-- -PHCDEV- Ad/News Feed Area -->
8
8
  <div class="news-feed">
9
9
  <div class="news-image" style="background-image: url(https://static.phcnetworks.net/phc_engines/phc_accounts_pro/tropical_house_beach.jpg)"></div>
10
10
  <div class="news-caption">
@@ -12,16 +12,16 @@
12
12
  <p>Rails7 User Accounts Engine</p>
13
13
  </div>
14
14
  </div>
15
- <!-- -PHCDev- Ad/News Feed Area -->
15
+ <!-- -PHCDEV- Ad/News Feed Area -->
16
16
 
17
- <!-- -PHCDev- Registration Form -->
17
+ <!-- -PHCDEV- Registration Form -->
18
18
  <div class="login-container">
19
19
 
20
- <!-- -PHCDev- Page Notifications -->
20
+ <!-- -PHCDEV- Page Notifications -->
21
21
  <%= render "phcdevworks_notifications/bootstrap/notifications" %>
22
- <!-- -PHCDev- Page Notifications -->
22
+ <!-- -PHCDEV- Page Notifications -->
23
23
 
24
- <!-- -PHCDev- Registration Form Header -->
24
+ <!-- -PHCDEV- Registration Form Header -->
25
25
  <div class="login-header mb-30px">
26
26
  <div class="brand">
27
27
  <div class="d-flex align-items-center">
@@ -30,9 +30,9 @@
30
30
  <small>To continue account sign-in is required.</small>
31
31
  </div>
32
32
  </div>
33
- <!-- -PHCDev- Registration Form Header -->
33
+ <!-- -PHCDEV- Registration Form Header -->
34
34
 
35
- <!-- -PHCDev- Registration Form Content -->
35
+ <!-- -PHCDEV- Registration Form Content -->
36
36
  <div class="login-content">
37
37
 
38
38
  <%= form_for(resource, as: resource_name, url: session_path(resource_name)) do |form| %>
@@ -80,13 +80,13 @@
80
80
  </div>
81
81
 
82
82
  </div>
83
- <!-- -PHCDev- Registration Form Content -->
83
+ <!-- -PHCDEV- Registration Form Content -->
84
84
 
85
85
  </div>
86
- <!-- -PHCDev- Registration Form -->
86
+ <!-- -PHCDEV- Registration Form -->
87
87
 
88
88
  </div>
89
- <!-- -PHCDev- Registration Area -->
89
+ <!-- -PHCDEV- Registration Area -->
90
90
 
91
91
  </div>
92
- <!-- -PHCDev- Page Container -->
92
+ <!-- -PHCDEV- Page Container -->
@@ -1,31 +1,31 @@
1
- <!-- -PHCDev- Title System -->
1
+ <!-- -PHCDEV- Title System -->
2
2
  <% phc_title resource_name.to_s.humanize + " Unlock Password" %>
3
3
  <% phc_title_tagline "Unlock Your " + resource_name.to_s.humanize + " Unlock Password" %>
4
4
  <% phc_breadcrumb_one link_to resource_name.to_s.humanize + " Home", phcdevworks_accounts_devise.user_path %>
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) %></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
31
  <%= form_for(resource, as: resource_name, url: unlock_path(resource_name), html: { method: :post }) do |form| %>
@@ -44,7 +44,7 @@
44
44
  <% end %>
45
45
 
46
46
  </div>
47
- <!-- -PHCDev- Panel - Body -->
47
+ <!-- -PHCDEV- Panel - Body -->
48
48
 
49
49
  </div>
50
- <!-- -PHCDev- Panel -->
50
+ <!-- -PHCDEV- Panel -->
@@ -1,3 +1,3 @@
1
1
  module PhcdevworksAccountsDevise
2
- VERSION = "0.1.3-beta"
2
+ VERSION = "1.0.0"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: phcdevworks_accounts_devise
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.3.pre.beta
4
+ version: 1.0.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - PHCDevworks
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-04-03 00:00:00.000000000 Z
11
+ date: 2022-04-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails
@@ -406,9 +406,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
406
406
  version: '0'
407
407
  required_rubygems_version: !ruby/object:Gem::Requirement
408
408
  requirements:
409
- - - ">"
409
+ - - ">="
410
410
  - !ruby/object:Gem::Version
411
- version: 1.3.1
411
+ version: '0'
412
412
  requirements: []
413
413
  rubygems_version: 3.0.3.1
414
414
  signing_key: