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 +4 -4
- data/app/views/layouts/phcdevworks_accounts_devise/application.html.erb +12 -12
- data/app/views/layouts/phcdevworks_accounts_devise/application_full_width.html.erb +12 -12
- data/app/views/layouts/phcdevworks_accounts_devise/application_no_sidebar.html.erb +10 -10
- data/app/views/layouts/phcdevworks_accounts_devise/application_profile.html.erb +12 -12
- data/app/views/layouts/phcdevworks_accounts_devise/components/backend/footer/_footer.html.erb +8 -8
- data/app/views/layouts/phcdevworks_accounts_devise/components/backend/navigation/_top_menu.html.erb +4 -4
- data/app/views/layouts/phcdevworks_accounts_devise/components/backend/sidebars/_side_menu.html.erb +23 -23
- data/app/views/phcdevworks_accounts_devise/admin/pages/users_list.html.erb +16 -16
- data/app/views/users/confirmations/new.html.erb +12 -12
- data/app/views/users/passwords/edit.html.erb +12 -12
- data/app/views/users/passwords/new.html.erb +12 -12
- data/app/views/users/registrations/edit.html.erb +12 -12
- data/app/views/users/registrations/new.html.erb +16 -16
- data/app/views/users/sessions/new.html.erb +14 -14
- data/app/views/users/unlocks/new.html.erb +12 -12
- data/lib/phcdevworks_accounts_devise/version.rb +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 1ea09700e94de9bf661520e295cd566ae8a2589fc5f1565752198e449a96a928
|
|
4
|
+
data.tar.gz: a9576cb67d2459ce8c6975b18a8862ea2ff742bfde17bb8eecfea24f34877ba9
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 2945e9e8584724a48a78748faa57a6e9ee552ffe2dd42bcc06be5be5c652304c831c7a7c07b41418f6671fc9caa72bd3aef731a1b252d86b70574e15c19c211a
|
|
7
|
+
data.tar.gz: 88414a42ef7c23faa4bc2d1d103435da8d578e15f69f758c5dddcb05d611e5c4234e21606c5c7264c1f8d33115c71fc76da264c5f7f1c3c1698a0b369e9ce6f0
|
|
@@ -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_devise/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_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
|
-
<!-- -
|
|
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_devise/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" %>
|
|
@@ -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_devise/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_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
|
-
<!-- -
|
|
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_devise/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" %>
|
|
@@ -27,34 +27,34 @@
|
|
|
27
27
|
</head>
|
|
28
28
|
<body>
|
|
29
29
|
|
|
30
|
-
<!-- -
|
|
30
|
+
<!-- -PHCDEV- Page Container -->
|
|
31
31
|
<div id="app" class="app app-header-fixed app-without-sidebar">
|
|
32
32
|
|
|
33
|
-
<!-- -
|
|
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
|
-
<!-- -
|
|
37
|
+
<!-- -PHCDEV- Page Container - Header -->
|
|
38
38
|
|
|
39
|
-
<!-- -
|
|
39
|
+
<!-- -PHCDEV- Page Container - Content -->
|
|
40
40
|
<div id="content" class="app-content" style="margin-left:0px;">
|
|
41
41
|
|
|
42
|
-
<!-- -
|
|
42
|
+
<!-- -PHCDEV- Page Container - Main -->
|
|
43
43
|
<%= render "phcdevworks_notifications/bootstrap/notifications" %>
|
|
44
44
|
<%= yield %>
|
|
45
|
-
<!-- -
|
|
45
|
+
<!-- -PHCDEV- Page Container - Main -->
|
|
46
46
|
|
|
47
|
-
<!-- -
|
|
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
|
-
<!-- -
|
|
51
|
+
<!-- -PHCDEV- Page Container - Footer -->
|
|
52
52
|
|
|
53
53
|
</div>
|
|
54
|
-
<!-- -
|
|
54
|
+
<!-- -PHCDEV- Page Container - Content -->
|
|
55
55
|
|
|
56
56
|
</div>
|
|
57
|
-
<!-- -
|
|
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
|
-
<!-- -
|
|
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_devise/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_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
|
-
<!-- -
|
|
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_devise/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_devise/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 (Devise) - Engine v<%= Gem.loaded_specs["phcdevworks_accounts_devise"].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_devise/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 -->
|
data/app/views/layouts/phcdevworks_accounts_devise/components/backend/sidebars/_side_menu.html.erb
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
<!-- -
|
|
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
|
-
<!-- -
|
|
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
|
-
<!-- -
|
|
25
|
+
<!-- -PHCDEV- Page Container - Sidebar - Profile -->
|
|
26
26
|
|
|
27
|
-
<!-- -
|
|
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
|
-
<!-- -
|
|
41
|
+
<!-- -PHCDEV- Page Container - Sidebar - Profile - Menu -->
|
|
42
42
|
|
|
43
|
-
<!-- -
|
|
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
|
-
<!-- -
|
|
92
|
+
<!-- -PHCDEV- Page Container - Sidebar - Navigation - PHCMembers -->
|
|
93
93
|
|
|
94
|
-
<!-- -
|
|
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
|
-
<!-- -
|
|
125
|
+
<!-- -PHCDEV- Page Container - Sidebar - Navigation - PHCPress -->
|
|
126
126
|
|
|
127
|
-
<!-- -
|
|
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
|
|
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
|
-
<!-- -
|
|
176
|
+
<!-- -PHCDEV- Page Container - Sidebar - Navigation - PHCPortfolio -->
|
|
177
177
|
|
|
178
|
-
<!-- -
|
|
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
|
-
<!-- -
|
|
227
|
+
<!-- -PHCDEV- Page Container - Sidebar - Navigation - PHCRealEstate -->
|
|
228
228
|
|
|
229
|
-
<!-- -
|
|
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
|
-
<!-- -
|
|
301
|
+
<!-- -PHCDEV- Page Container - Sidebar - Navigation - PHCScripts -->
|
|
302
302
|
|
|
303
|
-
<!-- -
|
|
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
|
-
<!-- -
|
|
352
|
+
<!-- -PHCDEV- Page Container - Sidebar - Navigation - PHCTutorials -->
|
|
353
353
|
|
|
354
|
-
<!-- -
|
|
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
|
-
<!-- -
|
|
440
|
+
<!-- -PHCDEV- Page Container - Sidebar - Navigation - PHCCoreModules -->
|
|
441
441
|
|
|
442
|
-
<!-- -
|
|
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
|
-
<!-- -
|
|
525
|
+
<!-- -PHCDEV- Page Container - Sidebar - Navigation - PHCAccounts -->
|
|
526
526
|
|
|
527
527
|
</div>
|
|
528
528
|
</div>
|
|
529
|
-
<!-- -
|
|
529
|
+
<!-- -PHCDEV- Page Container - Sidebar -->
|
|
@@ -1,34 +1,34 @@
|
|
|
1
|
-
<!-- -
|
|
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
|
-
<!-- -
|
|
6
|
+
<!-- -PHCDEV- Title System -->
|
|
7
7
|
|
|
8
|
-
<!-- -
|
|
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
|
-
<!-- -
|
|
13
|
+
<!-- -PHCDEV- Bradcrumbs -->
|
|
14
14
|
|
|
15
|
-
<!-- -
|
|
15
|
+
<!-- -PHCDEV- Header -->
|
|
16
16
|
<h1 class="page-header"><%= yield(:phc_title) %></h1>
|
|
17
|
-
<!-- -
|
|
17
|
+
<!-- -PHCDEV- Header -->
|
|
18
18
|
|
|
19
|
-
<!-- -
|
|
19
|
+
<!-- -PHCDEV- Panel -->
|
|
20
20
|
<div class="panel panel-inverse">
|
|
21
21
|
|
|
22
|
-
<!-- -
|
|
22
|
+
<!-- -PHCDEV- Panel - Heading -->
|
|
23
23
|
<div class="panel-heading">
|
|
24
24
|
<h4 class="panel-title"><%= yield(:phc_title) %></h4>
|
|
25
25
|
</div>
|
|
26
|
-
<!-- -
|
|
26
|
+
<!-- -PHCDEV- Panel - Heading -->
|
|
27
27
|
|
|
28
|
-
<!-- -
|
|
28
|
+
<!-- -PHCDEV- Panel - Body -->
|
|
29
29
|
<div class="panel-body">
|
|
30
30
|
|
|
31
|
-
<!-- -
|
|
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
|
-
<!-- -
|
|
55
|
+
<!-- -PHCDEV- Index - Table -->
|
|
56
56
|
|
|
57
|
-
<!-- -
|
|
58
|
-
<!-- -
|
|
57
|
+
<!-- -PHCDEV- New Button -->
|
|
58
|
+
<!-- -PHCDEV- New Button -->
|
|
59
59
|
|
|
60
60
|
</div>
|
|
61
|
-
<!-- -
|
|
61
|
+
<!-- -PHCDEV- Panel - Body -->
|
|
62
62
|
|
|
63
63
|
</div>
|
|
64
|
-
<!-- -
|
|
64
|
+
<!-- -PHCDEV- Panel -->
|
|
@@ -1,31 +1,31 @@
|
|
|
1
|
-
<!-- -
|
|
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
|
-
<!-- -
|
|
6
|
+
<!-- -PHCDEV- Title System -->
|
|
7
7
|
|
|
8
|
-
<!-- -
|
|
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
|
-
<!-- -
|
|
13
|
+
<!-- -PHCDEV- Bradcrumbs -->
|
|
14
14
|
|
|
15
|
-
<!-- -
|
|
15
|
+
<!-- -PHCDEV- Header -->
|
|
16
16
|
<h1 class="page-header"><%= yield(:phc_title) %></h1>
|
|
17
|
-
<!-- -
|
|
17
|
+
<!-- -PHCDEV- Header -->
|
|
18
18
|
|
|
19
|
-
<!-- -
|
|
19
|
+
<!-- -PHCDEV- Panel -->
|
|
20
20
|
<div class="panel panel-inverse">
|
|
21
21
|
|
|
22
|
-
<!-- -
|
|
22
|
+
<!-- -PHCDEV- Panel - Heading -->
|
|
23
23
|
<div class="panel-heading">
|
|
24
24
|
<h4 class="panel-title"><%= yield(:phc_title) %></h4>
|
|
25
25
|
</div>
|
|
26
|
-
<!-- -
|
|
26
|
+
<!-- -PHCDEV- Panel - Heading -->
|
|
27
27
|
|
|
28
|
-
<!-- -
|
|
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
|
-
<!-- -
|
|
45
|
+
<!-- -PHCDEV- Panel - Body -->
|
|
46
46
|
|
|
47
47
|
</div>
|
|
48
|
-
<!-- -
|
|
48
|
+
<!-- -PHCDEV- Panel -->
|
|
@@ -1,31 +1,31 @@
|
|
|
1
|
-
<!-- -
|
|
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
|
-
<!-- -
|
|
6
|
+
<!-- -PHCDEV- Title System -->
|
|
7
7
|
|
|
8
|
-
<!-- -
|
|
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
|
-
<!-- -
|
|
13
|
+
<!-- -PHCDEV- Bradcrumbs -->
|
|
14
14
|
|
|
15
|
-
<!-- -
|
|
15
|
+
<!-- -PHCDEV- Header -->
|
|
16
16
|
<h1 class="page-header"><%= yield(:phc_title) %></h1>
|
|
17
|
-
<!-- -
|
|
17
|
+
<!-- -PHCDEV- Header -->
|
|
18
18
|
|
|
19
|
-
<!-- -
|
|
19
|
+
<!-- -PHCDEV- Panel -->
|
|
20
20
|
<div class="panel panel-inverse">
|
|
21
21
|
|
|
22
|
-
<!-- -
|
|
22
|
+
<!-- -PHCDEV- Panel - Heading -->
|
|
23
23
|
<div class="panel-heading">
|
|
24
24
|
<h4 class="panel-title"><%= yield(:phc_title) %></h4>
|
|
25
25
|
</div>
|
|
26
|
-
<!-- -
|
|
26
|
+
<!-- -PHCDEV- Panel - Heading -->
|
|
27
27
|
|
|
28
|
-
<!-- -
|
|
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
|
-
<!-- -
|
|
56
|
+
<!-- -PHCDEV- Panel - Body -->
|
|
57
57
|
|
|
58
58
|
</div>
|
|
59
|
-
<!-- -
|
|
59
|
+
<!-- -PHCDEV- Panel -->
|
|
@@ -1,31 +1,31 @@
|
|
|
1
|
-
<!-- -
|
|
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
|
-
<!-- -
|
|
6
|
+
<!-- -PHCDEV- Title System -->
|
|
7
7
|
|
|
8
|
-
<!-- -
|
|
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
|
-
<!-- -
|
|
13
|
+
<!-- -PHCDEV- Bradcrumbs -->
|
|
14
14
|
|
|
15
|
-
<!-- -
|
|
15
|
+
<!-- -PHCDEV- Header -->
|
|
16
16
|
<h1 class="page-header"><%= yield(:phc_title) %></h1>
|
|
17
|
-
<!-- -
|
|
17
|
+
<!-- -PHCDEV- Header -->
|
|
18
18
|
|
|
19
|
-
<!-- -
|
|
19
|
+
<!-- -PHCDEV- Panel -->
|
|
20
20
|
<div class="panel panel-inverse">
|
|
21
21
|
|
|
22
|
-
<!-- -
|
|
22
|
+
<!-- -PHCDEV- Panel - Heading -->
|
|
23
23
|
<div class="panel-heading">
|
|
24
24
|
<h4 class="panel-title"><%= yield(:phc_title) %></h4>
|
|
25
25
|
</div>
|
|
26
|
-
<!-- -
|
|
26
|
+
<!-- -PHCDEV- Panel - Heading -->
|
|
27
27
|
|
|
28
|
-
<!-- -
|
|
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
|
-
<!-- -
|
|
48
|
+
<!-- -PHCDEV- Panel - Body -->
|
|
49
49
|
|
|
50
50
|
</div>
|
|
51
|
-
<!-- -
|
|
51
|
+
<!-- -PHCDEV- Panel -->
|
|
@@ -1,34 +1,34 @@
|
|
|
1
|
-
<!-- -
|
|
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
|
-
<!-- -
|
|
7
|
+
<!-- -PHCDEV- Title System -->
|
|
8
8
|
|
|
9
|
-
<!-- -
|
|
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
|
-
<!-- -
|
|
15
|
+
<!-- -PHCDEV- Bradcrumbs -->
|
|
16
16
|
|
|
17
|
-
<!-- -
|
|
17
|
+
<!-- -PHCDEV- Header -->
|
|
18
18
|
<h1 class="page-header"><%= yield(:phc_title) %></h1>
|
|
19
|
-
<!-- -
|
|
19
|
+
<!-- -PHCDEV- Header -->
|
|
20
20
|
|
|
21
21
|
|
|
22
|
-
<!-- -
|
|
22
|
+
<!-- -PHCDEV- Panel -->
|
|
23
23
|
<div class="panel panel-inverse">
|
|
24
24
|
|
|
25
|
-
<!-- -
|
|
25
|
+
<!-- -PHCDEV- Panel - Heading -->
|
|
26
26
|
<div class="panel-heading">
|
|
27
27
|
<h4 class="panel-title"><%= yield(:phc_title) %></h4>
|
|
28
28
|
</div>
|
|
29
|
-
<!-- -
|
|
29
|
+
<!-- -PHCDEV- Panel - Heading -->
|
|
30
30
|
|
|
31
|
-
<!-- -
|
|
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
|
-
<!-- -
|
|
97
|
+
<!-- -PHCDEV- Panel - Body -->
|
|
98
98
|
|
|
99
99
|
</div>
|
|
100
|
-
<!-- -
|
|
100
|
+
<!-- -PHCDEV- Panel -->
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
<!-- -
|
|
1
|
+
<!-- -PHCDEV- Page Container -->
|
|
2
2
|
<div id="app" class="app">
|
|
3
3
|
|
|
4
|
-
<!-- -
|
|
4
|
+
<!-- -PHCDEV- Registration Area -->
|
|
5
5
|
<div class="register register-with-news-feed">
|
|
6
6
|
|
|
7
|
-
<!-- -
|
|
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
|
-
<!-- -
|
|
15
|
+
<!-- -PHCDEV- Ad/News Feed Area -->
|
|
16
16
|
|
|
17
|
-
<!-- -
|
|
17
|
+
<!-- -PHCDEV- Registration Form -->
|
|
18
18
|
<div class="register-container">
|
|
19
19
|
|
|
20
|
-
<!-- -
|
|
20
|
+
<!-- -PHCDEV- Page Notifications -->
|
|
21
21
|
<%= render "phcdevworks_notifications/bootstrap/notifications" %>
|
|
22
|
-
<!-- -
|
|
22
|
+
<!-- -PHCDEV- Page Notifications -->
|
|
23
23
|
|
|
24
|
-
<!-- -
|
|
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
|
-
<!-- -
|
|
29
|
+
<!-- -PHCDEV- Registration Form Header -->
|
|
30
30
|
|
|
31
|
-
<!-- -
|
|
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
|
-
<!-- -
|
|
36
|
+
<!-- -PHCDEV- Devise Error Message -->
|
|
37
37
|
<%= render "devise/shared/error_messages", resource: resource %>
|
|
38
|
-
<!-- -
|
|
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
|
-
<!-- -
|
|
100
|
+
<!-- -PHCDEV- Registration Form Content -->
|
|
101
101
|
|
|
102
102
|
</div>
|
|
103
|
-
<!-- -
|
|
103
|
+
<!-- -PHCDEV- Registration Form -->
|
|
104
104
|
|
|
105
105
|
</div>
|
|
106
|
-
<!-- -
|
|
106
|
+
<!-- -PHCDEV- Registration Area -->
|
|
107
107
|
|
|
108
108
|
</div>
|
|
109
|
-
<!-- -
|
|
109
|
+
<!-- -PHCDEV- Page Container -->
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
<!-- -
|
|
1
|
+
<!-- -PHCDEV- Page Container -->
|
|
2
2
|
<div id="app" class="app">
|
|
3
3
|
|
|
4
|
-
<!-- -
|
|
4
|
+
<!-- -PHCDEV- Registration Area -->
|
|
5
5
|
<div class="login login-with-news-feed">
|
|
6
6
|
|
|
7
|
-
<!-- -
|
|
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
|
-
<!-- -
|
|
15
|
+
<!-- -PHCDEV- Ad/News Feed Area -->
|
|
16
16
|
|
|
17
|
-
<!-- -
|
|
17
|
+
<!-- -PHCDEV- Registration Form -->
|
|
18
18
|
<div class="login-container">
|
|
19
19
|
|
|
20
|
-
<!-- -
|
|
20
|
+
<!-- -PHCDEV- Page Notifications -->
|
|
21
21
|
<%= render "phcdevworks_notifications/bootstrap/notifications" %>
|
|
22
|
-
<!-- -
|
|
22
|
+
<!-- -PHCDEV- Page Notifications -->
|
|
23
23
|
|
|
24
|
-
<!-- -
|
|
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
|
-
<!-- -
|
|
33
|
+
<!-- -PHCDEV- Registration Form Header -->
|
|
34
34
|
|
|
35
|
-
<!-- -
|
|
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
|
-
<!-- -
|
|
83
|
+
<!-- -PHCDEV- Registration Form Content -->
|
|
84
84
|
|
|
85
85
|
</div>
|
|
86
|
-
<!-- -
|
|
86
|
+
<!-- -PHCDEV- Registration Form -->
|
|
87
87
|
|
|
88
88
|
</div>
|
|
89
|
-
<!-- -
|
|
89
|
+
<!-- -PHCDEV- Registration Area -->
|
|
90
90
|
|
|
91
91
|
</div>
|
|
92
|
-
<!-- -
|
|
92
|
+
<!-- -PHCDEV- Page Container -->
|
|
@@ -1,31 +1,31 @@
|
|
|
1
|
-
<!-- -
|
|
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
|
-
<!-- -
|
|
6
|
+
<!-- -PHCDEV- Title System -->
|
|
7
7
|
|
|
8
|
-
<!-- -
|
|
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
|
-
<!-- -
|
|
13
|
+
<!-- -PHCDEV- Bradcrumbs -->
|
|
14
14
|
|
|
15
|
-
<!-- -
|
|
15
|
+
<!-- -PHCDEV- Header -->
|
|
16
16
|
<h1 class="page-header"><%= yield(:phc_title) %></h1>
|
|
17
|
-
<!-- -
|
|
17
|
+
<!-- -PHCDEV- Header -->
|
|
18
18
|
|
|
19
|
-
<!-- -
|
|
19
|
+
<!-- -PHCDEV- Panel -->
|
|
20
20
|
<div class="panel panel-inverse">
|
|
21
21
|
|
|
22
|
-
<!-- -
|
|
22
|
+
<!-- -PHCDEV- Panel - Heading -->
|
|
23
23
|
<div class="panel-heading">
|
|
24
24
|
<h4 class="panel-title"><%= yield(:phc_title) %></h4>
|
|
25
25
|
</div>
|
|
26
|
-
<!-- -
|
|
26
|
+
<!-- -PHCDEV- Panel - Heading -->
|
|
27
27
|
|
|
28
|
-
<!-- -
|
|
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
|
-
<!-- -
|
|
47
|
+
<!-- -PHCDEV- Panel - Body -->
|
|
48
48
|
|
|
49
49
|
</div>
|
|
50
|
-
<!-- -
|
|
50
|
+
<!-- -PHCDEV- Panel -->
|
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:
|
|
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-
|
|
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:
|
|
411
|
+
version: '0'
|
|
412
412
|
requirements: []
|
|
413
413
|
rubygems_version: 3.0.3.1
|
|
414
414
|
signing_key:
|