phcdevworks_accounts 1.3.0 → 1.3.1

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: 7cf21ca2aec1fb5f70deec60e716c4dc30de8244d8af1c9d43bfcba162c8566a
4
- data.tar.gz: a85708cdc509aba6e49bc8266081359745699caad162de0e5afa3be9f9c7a5b5
3
+ metadata.gz: 8984110bde653f466e6af1fec94213f40250f843cb99130671f76c9628903e1c
4
+ data.tar.gz: 601df5b8b02fa98d2e6bcc8396413b79995d32cfe0eda86871968d17f3d9af50
5
5
  SHA512:
6
- metadata.gz: ff6bd9e9e831f83a80237c00a0ba4d3bb39510daed53b2f5c9ffb7318a245a1e1fa92a8126df1e8fc1ab801930fe981f0d3b80c4cece05204ba7def18ef22920
7
- data.tar.gz: 263d806c052ff0a6afb6f309565f5c104628bf0f89a74b940633713e348d124744323efb725d56a745bc6842dfc93b4afa2bd6006bb514815dfd1d4977450afa
6
+ metadata.gz: ca158f820c02ccebe4437a1ec8eabd9772f53c02f69178649b23e6d1d273bd44231bb36ab822f6a7d894f9235ceb1834794fc2636ef6c457c059eaf8d7e29e0c
7
+ data.tar.gz: a65bfd990a478806890e733c51b7cd7d3b50d1153638b5209af81caf982cd2e9535b4f3b6b8ad9a1230b3fcf5df9baaa364c859c3e0735f5ce4dec96854ef05a
@@ -2,78 +2,78 @@
2
2
  <html>
3
3
  <head>
4
4
 
5
- <!-- SEO System -->
6
- <% phc_seo_title "PHCDevworks Accounts" %>
7
- <% phc_seo_description "Rails Authentication and User Management Engine." %>
8
- <!-- SEO System -->
9
-
10
- <!-- SEO and Site Description -->
11
- <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
12
- <title><%= yield(:phc_seo_title) %></title>
13
- <meta name="description" content="<%= yield(:phc_seo_description) %>">
14
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8" >
15
- <link rel="canonical" href="http://phcdevworks.com">
16
- <!-- SEO and Site Description -->
17
-
18
- <!-- Rails Security Tags -->
19
- <%= csrf_meta_tags %>
20
- <%= csp_meta_tag %>
21
- <!-- Rails Security Tags -->
22
-
23
- <!-- CSS Styles -->
24
- <%= stylesheet_link_tag 'phcdevworks_accounts/application', media: 'all' %>
25
- <!-- CSS Styles -->
26
-
27
- <!-- Font -->
28
- <link rel="stylesheet" type="text/css" href="https://fonts.googleapis.com/css?family=Open+Sans:300,400%7CRaleway:300,400,500,600,700%7CLato:300,400,400italic,600,700"/>
29
- <!-- Font -->
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 name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
12
+ <title><%= yield(:phc_seo_title) %></title>
13
+ <meta name="description" content="<%= yield(:phc_seo_description) %>">
14
+ <meta http-equiv="Content-Type" content="text/html; charset=utf-8" >
15
+ <link rel="canonical" href="http://phcdevworks.com">
16
+ <!-- SEO and Site Description -->
17
+
18
+ <!-- Rails Security Tags -->
19
+ <%= csrf_meta_tags %>
20
+ <%= csp_meta_tag %>
21
+ <!-- Rails Security Tags -->
22
+
23
+ <!-- CSS Styles -->
24
+ <%= stylesheet_link_tag "phcdevworks_accounts/application", media: "all" %>
25
+ <!-- CSS Styles -->
26
+
27
+ <!-- Font -->
28
+ <link rel="stylesheet" type="text/css" href="https://fonts.googleapis.com/css?family=Open+Sans:300,400%7CRaleway:300,400,500,600,700%7CLato:300,400,400italic,600,700"/>
29
+ <!-- Font -->
30
30
 
31
31
  </head>
32
32
  <body>
33
33
 
34
- <!-- Page Container -->
35
- <div id="page-container" class="fade page-sidebar-fixed page-header-fixed">
34
+ <!-- Page Container -->
35
+ <div id="page-container" class="fade page-sidebar-fixed page-header-fixed">
36
36
 
37
- <!-- Page Header -->
38
- <div id="header" class="header navbar-default">
39
- <%= render 'layouts/phcdevworks_accounts/components/backend/navigation/top_menu' %>
40
- </div>
41
- <!-- Page Header -->
37
+ <!-- Page Header -->
38
+ <div id="header" class="header navbar-default">
39
+ <%= render "layouts/phcdevworks_accounts/components/backend/navigation/top_menu" %>
40
+ </div>
41
+ <!-- Page Header -->
42
42
 
43
- <!-- Page Sidebar -->
44
- <div id="sidebar" class="sidebar">
45
- <%= render 'layouts/phcdevworks_accounts/components/backend/sidebars/side_menu' %>
46
- </div>
47
- <div class="sidebar-bg"></div>
48
- <!-- Page Sidebar -->
43
+ <!-- Page Sidebar -->
44
+ <div id="sidebar" class="sidebar">
45
+ <%= render "layouts/phcdevworks_accounts/components/backend/sidebars/side_menu" %>
46
+ </div>
47
+ <div class="sidebar-bg"></div>
48
+ <!-- Page Sidebar -->
49
49
 
50
- <!-- Page Content -->
51
- <div id="content" class="content">
52
- <%= render 'phcdevworks_notifications/bootstrap/notifications' %>
53
- <%= yield %>
54
- </div>
55
- <!-- Page Content -->
50
+ <!-- Page Content -->
51
+ <div id="content" class="content">
52
+ <%= render "phcdevworks_notifications/bootstrap/notifications" %>
53
+ <%= yield %>
54
+ </div>
55
+ <!-- Page Content -->
56
56
 
57
- <!-- Footer Content -->
58
- <div id="footer" class="row footer mb-4">
59
- <%= render 'layouts/phcdevworks_accounts/components/backend/footer/footer' %>
60
- </div>
61
- <!-- Footer Content -->
57
+ <!-- Footer Content -->
58
+ <div id="footer" class="footer mb-4">
59
+ <%= render "layouts/phcdevworks_accounts/components/backend/footer/footer" %>
60
+ </div>
61
+ <!-- Footer Content -->
62
62
 
63
- </div>
64
- <!-- Page Container -->
63
+ </div>
64
+ <!-- Page Container -->
65
65
 
66
- <!-- JavaScript -->
67
- <%= javascript_include_tag "phcdevworks_accounts/application", "data-turbolinks-track": "reload" %>
68
- <!-- JavaScript -->
66
+ <!-- JavaScript -->
67
+ <%= javascript_include_tag "phcdevworks_accounts/application", "data-turbolinks-track": "reload" %>
68
+ <!-- JavaScript -->
69
69
 
70
- <!-- JavaScript Loader -->
71
- <script>
72
- $(document).ready(function() {
73
- App.init();
74
- });
75
- </script>
76
- <!-- JavaScript Loader -->
70
+ <!-- JavaScript Loader -->
71
+ <script>
72
+ $(document).ready(function() {
73
+ App.init();
74
+ });
75
+ </script>
76
+ <!-- JavaScript Loader -->
77
77
 
78
78
  </body>
79
79
  </html>
@@ -2,74 +2,78 @@
2
2
  <html>
3
3
  <head>
4
4
 
5
- <!-- SEO System -->
6
- <% phc_seo_title "PHCDevworks Accounts" %>
7
- <% phc_seo_description "Rails Authentication and User Management Engine." %>
8
- <!-- SEO System -->
9
-
10
- <!-- SEO and Site Description -->
11
- <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
12
- <title><%= yield(:phc_seo_title) %></title>
13
- <meta name="description" content="<%= yield(:phc_seo_description) %>">
14
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8" >
15
- <link rel="canonical" href="http://phcdevworks.com">
16
- <!-- SEO and Site Description -->
17
-
18
- <!-- Rails Security Tags -->
19
- <%= csrf_meta_tags %>
20
- <%= csp_meta_tag %>
21
- <!-- Rails Security Tags -->
22
-
23
- <!-- CSS Styles -->
24
- <%= stylesheet_link_tag "phcdevworks_accounts/application", media: "all", "data-turbolinks-track": "reload" %>
25
- <!-- CSS Styles -->
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 name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
12
+ <title><%= yield(:phc_seo_title) %></title>
13
+ <meta name="description" content="<%= yield(:phc_seo_description) %>">
14
+ <meta http-equiv="Content-Type" content="text/html; charset=utf-8" >
15
+ <link rel="canonical" href="http://phcdevworks.com">
16
+ <!-- SEO and Site Description -->
17
+
18
+ <!-- Rails Security Tags -->
19
+ <%= csrf_meta_tags %>
20
+ <%= csp_meta_tag %>
21
+ <!-- Rails Security Tags -->
22
+
23
+ <!-- CSS Styles -->
24
+ <%= stylesheet_link_tag "phcdevworks_accounts/application", media: "all" %>
25
+ <!-- CSS Styles -->
26
+
27
+ <!-- Font -->
28
+ <link rel="stylesheet" type="text/css" href="https://fonts.googleapis.com/css?family=Open+Sans:300,400%7CRaleway:300,400,500,600,700%7CLato:300,400,400italic,600,700"/>
29
+ <!-- Font -->
26
30
 
27
31
  </head>
28
32
  <body>
29
33
 
30
- <!-- Page Container -->
31
- <div id="page-container" class="page-container fade page-sidebar-fixed page-header-fixed">
34
+ <!-- Page Container -->
35
+ <div id="page-container" class="page-container fade page-sidebar-fixed page-header-fixed">
32
36
 
33
- <!-- Page Header -->
34
- <div id="header" class="header navbar-default">
35
- <%= render 'layouts/phcdevworks_accounts/components/backend/navigation/top_menu' %>
36
- </div>
37
- <!-- Page Header -->
37
+ <!-- Page Header -->
38
+ <div id="header" class="header navbar-default">
39
+ <%= render "layouts/phcdevworks_accounts/components/backend/navigation/top_menu" %>
40
+ </div>
41
+ <!-- Page Header -->
38
42
 
39
- <!-- Page Sidebar -->
40
- <div id="sidebar" class="sidebar">
41
- <%= render 'layouts/phcdevworks_accounts/components/backend/sidebars/side_menu' %>
42
- </div>
43
- <div class="sidebar-bg"></div>
44
- <!-- Page Sidebar -->
43
+ <!-- Page Sidebar -->
44
+ <div id="sidebar" class="sidebar">
45
+ <%= render "layouts/phcdevworks_accounts/components/backend/sidebars/side_menu" %>
46
+ </div>
47
+ <div class="sidebar-bg"></div>
48
+ <!-- Page Sidebar -->
45
49
 
46
- <!-- Page Content -->
47
- <div id="content" class="content content-full-width">
48
- <%= render 'phcdevworks_notifications/bootstrap/notifications' %>
49
- <%= yield %>
50
- </div>
51
- <!-- Page Content -->
50
+ <!-- Page Content -->
51
+ <div id="content" class="content content-full-width">
52
+ <%= render "phcdevworks_notifications/bootstrap/notifications" %>
53
+ <%= yield %>
54
+ </div>
55
+ <!-- Page Content -->
52
56
 
53
- <!-- Footer Content -->
54
- <div id="footer" class="footer mb-4 d-flex">
55
- <%= render 'layouts/phcdevworks_accounts/components/backend/footer/footer' %>
56
- </div>
57
- <!-- Footer Content -->
57
+ <!-- Footer Content -->
58
+ <div id="footer" class="row footer mb-4">
59
+ <%= render "layouts/phcdevworks_accounts/components/backend/footer/footer" %>
60
+ </div>
61
+ <!-- Footer Content -->
58
62
 
59
- </div>
60
- <!-- Page Container -->
63
+ </div>
64
+ <!-- Page Container -->
61
65
 
62
- <!-- JavaScript -->
63
- <%= javascript_include_tag "phcdevworks_accounts/application", "data-turbolinks-track": "reload" %>
64
- <!-- JavaScript -->
66
+ <!-- JavaScript -->
67
+ <%= javascript_include_tag "phcdevworks_accounts/application", "data-turbolinks-track": "reload" %>
68
+ <!-- JavaScript -->
65
69
 
66
- <!-- JavaScript Loader -->
67
- <script>
68
- $(document).ready(function() {
69
- App.init();
70
- });
71
- </script>
72
- <!-- JavaScript Loader -->
70
+ <!-- JavaScript Loader -->
71
+ <script>
72
+ $(document).ready(function() {
73
+ App.init();
74
+ });
75
+ </script>
76
+ <!-- JavaScript Loader -->
73
77
 
74
78
  </body>
75
79
  </html>
@@ -2,67 +2,71 @@
2
2
  <html>
3
3
  <head>
4
4
 
5
- <!-- SEO System -->
6
- <% phc_seo_title "PHCDevworks Accounts" %>
7
- <% phc_seo_description "Rails Authentication and User Management Engine." %>
8
- <!-- SEO System -->
9
-
10
- <!-- SEO and Site Description -->
11
- <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
12
- <title><%= yield(:phc_seo_title) %></title>
13
- <meta name="description" content="<%= yield(:phc_seo_description) %>">
14
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8" >
15
- <link rel="canonical" href="http://phcdevworks.com">
16
- <!-- SEO and Site Description -->
17
-
18
- <!-- Rails Security Tags -->
19
- <%= csrf_meta_tags %>
20
- <%= csp_meta_tag %>
21
- <!-- Rails Security Tags -->
22
-
23
- <!-- CSS Styles -->
24
- <%= stylesheet_link_tag "phcdevworks_accounts/application", media: "all", "data-turbolinks-track": "reload" %>
25
- <!-- CSS Styles -->
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 name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
12
+ <title><%= yield(:phc_seo_title) %></title>
13
+ <meta name="description" content="<%= yield(:phc_seo_description) %>">
14
+ <meta http-equiv="Content-Type" content="text/html; charset=utf-8" >
15
+ <link rel="canonical" href="http://phcdevworks.com">
16
+ <!-- SEO and Site Description -->
17
+
18
+ <!-- Rails Security Tags -->
19
+ <%= csrf_meta_tags %>
20
+ <%= csp_meta_tag %>
21
+ <!-- Rails Security Tags -->
22
+
23
+ <!-- CSS Styles -->
24
+ <%= stylesheet_link_tag "phcdevworks_accounts/application", media: "all" %>
25
+ <!-- CSS Styles -->
26
+
27
+ <!-- Font -->
28
+ <link rel="stylesheet" type="text/css" href="https://fonts.googleapis.com/css?family=Open+Sans:300,400%7CRaleway:300,400,500,600,700%7CLato:300,400,400italic,600,700"/>
29
+ <!-- Font -->
26
30
 
27
31
  </head>
28
32
  <body>
29
33
 
30
- <!-- Page Container -->
31
- <div id="page-container" class="fade page-without-sidebar page-header-fixed">
34
+ <!-- Page Container -->
35
+ <div id="page-container" class="fade page-without-sidebar page-header-fixed">
32
36
 
33
- <!-- Page Header -->
34
- <div id="header" class="header navbar-default">
35
- <%= render 'layouts/phcdevworks_accounts/components/backend/navigation/top_menu' %>
36
- </div>
37
- <!-- Page Header -->
37
+ <!-- Page Header -->
38
+ <div id="header" class="header navbar-default">
39
+ <%= render "layouts/phcdevworks_accounts/components/backend/navigation/top_menu" %>
40
+ </div>
41
+ <!-- Page Header -->
38
42
 
39
- <!-- Page Content -->
40
- <div id="content" class="content">
41
- <%= render 'phcdevworks_notifications/bootstrap/notifications' %>
42
- <%= yield %>
43
- </div>
44
- <!-- Page Content -->
43
+ <!-- Page Content -->
44
+ <div id="content" class="content">
45
+ <%= render "phcdevworks_notifications/bootstrap/notifications" %>
46
+ <%= yield %>
47
+ </div>
48
+ <!-- Page Content -->
45
49
 
46
- <!-- Footer Content -->
47
- <div id="footer" class="footer mb-4 d-flex">
48
- <%= render 'layouts/phcdevworks_accounts/components/backend/footer/footer' %>
49
- </div>
50
- <!-- Footer Content -->
50
+ <!-- Footer Content -->
51
+ <div id="footer" class="row footer mb-4">
52
+ <%= render "layouts/phcdevworks_accounts/components/backend/footer/footer" %>
53
+ </div>
54
+ <!-- Footer Content -->
51
55
 
52
- </div>
53
- <!-- Page Container -->
56
+ </div>
57
+ <!-- Page Container -->
54
58
 
55
- <!-- JavaScript -->
56
- <%= javascript_include_tag "phcdevworks_accounts/application", "data-turbolinks-track": "reload" %>
57
- <!-- JavaScript -->
59
+ <!-- JavaScript -->
60
+ <%= javascript_include_tag "phcdevworks_accounts/application", "data-turbolinks-track": "reload" %>
61
+ <!-- JavaScript -->
58
62
 
59
- <!-- JavaScript Loader -->
60
- <script>
61
- $(document).ready(function() {
62
- App.init();
63
- });
64
- </script>
65
- <!-- JavaScript Loader -->
63
+ <!-- JavaScript Loader -->
64
+ <script>
65
+ $(document).ready(function() {
66
+ App.init();
67
+ });
68
+ </script>
69
+ <!-- JavaScript Loader -->
66
70
 
67
71
  </body>
68
72
  </html>
@@ -1,16 +1,16 @@
1
1
  <!-- Footer Content - Left -->
2
2
  <span>
3
- <!-- Footer Content - Left - Time in Production -->
4
- <i class="fab fa-osi font-weight-bolder"></i> 2012-<%= Time.now.year %> -
5
- <span class="font-weight-bold">PHC</span>Devworks Accounts -
6
- Engine v<%= Gem.loaded_specs["phcdevworks_accounts"].version.to_s %>
7
- <!-- Footer Content - Left - Time in Production -->
3
+ <!-- Footer Content - Left - Time in Production -->
4
+ <i class="fab fa-osi font-weight-bolder"></i> 2012-<%= Time.now.year %> -
5
+ <span class="font-weight-bold">PHC</span>Devworks Accounts -
6
+ Engine v<%= Gem.loaded_specs["phcdevworks_accounts"].version.to_s %>
7
+ <!-- Footer Content - Left - Time in Production -->
8
8
  </span>
9
9
  <!-- Footer Content - Left -->
10
10
 
11
11
  <!-- Footer Content - Right -->
12
12
  <span class="float-right">
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>
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
15
  </span>
16
- <!-- Footer Content - Right -->
16
+ <!-- Footer Content - Right -->
@@ -1,37 +1,37 @@
1
1
  <!-- Topbar - Navigation Header -->
2
2
  <div class="navbar-header">
3
- <%= link_to main_app.root_path, class: "navbar-brand" do %>
4
- <strong>PHCDevworks</strong>Accounts
5
- <% end %>
6
- <button type="button" class="navbar-toggle" data-click="sidebar-toggled">
7
- <span class="icon-bar"></span>
8
- <span class="icon-bar"></span>
9
- <span class="icon-bar"></span>
10
- </button>
3
+ <%= link_to main_app.root_path, class: "navbar-brand" do %>
4
+ <strong>PHCDevworks</strong>Accounts
5
+ <% end %>
6
+ <button type="button" class="navbar-toggle" data-click="sidebar-toggled">
7
+ <span class="icon-bar"></span>
8
+ <span class="icon-bar"></span>
9
+ <span class="icon-bar"></span>
10
+ </button>
11
11
  </div>
12
12
  <!-- Topbar - Navigation Header -->
13
13
 
14
14
  <!-- Topbar - Navigation Main -->
15
15
  <% if current_user %>
16
- <ul class="navbar-nav navbar-right">
16
+ <ul class="navbar-nav navbar-right">
17
17
 
18
- <!-- Topbar - Navigation Main - User Menu -->
19
- <li class="dropdown navbar-user">
20
- <a href="javascript:;" class="dropdown-toggle" data-toggle="dropdown">
21
- <%= image_tag current_user.gravatar_url %>
22
- <span class="d-none d-md-inline"><%= current_user.firstname + ' ' + current_user.lastname %></span> <b class="caret"></b>
23
- </a>
24
- <div class="dropdown-menu dropdown-menu-right">
25
- <%= link_to phcdevworks_accounts.edit_user_registration_path, class: "dropdown-item" do %>
26
- <i class="fad fa-cogs"></i> Account Settings
27
- <% end %>
28
- <%= link_to phcdevworks_accounts.destroy_user_session_path, method: :delete, class: "dropdown-item" do %>
29
- <i class="fad fa-sign-out-alt"></i> Logout
30
- <% end %>
31
- </div>
32
- </li>
33
- <!-- Topbar - Navigation Main - User Menu -->
18
+ <!-- Topbar - Navigation Main - User Menu -->
19
+ <li class="dropdown navbar-user">
20
+ <a href="javascript:;" class="dropdown-toggle" data-toggle="dropdown">
21
+ <%= image_tag current_user.gravatar_url %>
22
+ <span class="d-none d-md-inline"><%= current_user.firstname + " " + current_user.lastname %></span> <b class="caret"></b>
23
+ </a>
24
+ <div class="dropdown-menu dropdown-menu-right">
25
+ <%= link_to phcdevworks_accounts.edit_user_registration_path, class: "dropdown-item" do %>
26
+ <i class="fad fa-cogs"></i> Account Settings
27
+ <% end %>
28
+ <%= link_to phcdevworks_accounts.destroy_user_session_path, method: :delete, class: "dropdown-item" do %>
29
+ <i class="fad fa-sign-out-alt"></i> Logout
30
+ <% end %>
31
+ </div>
32
+ </li>
33
+ <!-- Topbar - Navigation Main - User Menu -->
34
34
 
35
- </ul>
35
+ </ul>
36
36
  <% end %>
37
37
  <!-- Topbar - Navigation Main -->
@@ -1,239 +1,257 @@
1
1
  <!-- Sidebar for PHCDevworks Engines -->
2
2
  <div data-scrollbar="true" data-height="100%">
3
3
 
4
- <!-- Sidebar - User Profile Menu -->
5
- <ul class="nav">
6
- <% if current_user %>
7
- <li class="nav-profile">
8
- <a href="javascript:;" data-toggle="nav-profile">
9
- <div class="cover with-shadow"></div>
10
- <div class="image">
11
- <%= image_tag current_user.gravatar_url %>
12
- </div>
13
- <div class="info">
14
- <b class="caret pull-right"></b>
15
- <%= current_user.firstname + ' ' + current_user.lastname %>
16
- <small><%= current_user.username %></small>
17
- </div>
18
- </a>
19
- </li>
20
- <li>
21
- <ul class="nav nav-profile">
22
- <li>
23
- <%= link_to phcdevworks_accounts.edit_user_registration_path do %>
24
- <i class="fad fa-cogs"></i> Account Settings
25
- <% end %>
26
- </li>
27
- <li>
28
- <%= link_to phcdevworks_accounts.destroy_user_session_path do %>
29
- <i class="fad fa-sign-out-alt"></i> Logout
30
- <% end %>
31
- </li>
32
- </ul>
33
- </li>
34
- <% end %>
35
- </ul>
36
- <!-- Sidebar - User Profile Menu -->
37
-
38
- <!-- Sidebar - Sidebar Navigation -->
39
- <ul class="nav">
40
-
41
- <% if defined?phcdevworks_members %>
42
- <!-- Sidebar - Sidebar Navigation - PHCDevworks Members -->
43
- <li class="nav-header">Membership Manager</li>
44
- <li class="has-sub">
45
- <a href="javascript:;">
46
- <b class="caret"></b>
47
- <i class="fad fa-users"></i>
48
- <span>Member's Data</span>
49
- </a>
50
- <ul class="sub-menu">
51
- <li class="<%= phc_menu_active_controller('phcdevworks_members/member/profiles') %>"><%= link_to('Profile Index', phcdevworks_members.member_profiles_path) %></li>
52
- <li class="<%= phc_menu_active_controller('phcdevworks_members/member/profiles#new') %>"><%= link_to('New Member Profile', phcdevworks_members.new_member_profile_path) %></li>
53
- </ul>
54
- </li>
55
- <li class="has-sub">
56
- <a href="javascript:;">
57
- <b class="caret"></b>
58
- <i class="fad fa-list-alt"></i>
59
- <span>Member's Directory</span>
60
- </a>
61
- <ul class="sub-menu">
62
- <li class="<%= phc_menu_active_controller('phcdevworks_members/directory/categories') %>"><%= link_to('Directory Index', phcdevworks_members.directory_categories_path) %></li>
63
- <li class="<%= phc_menu_active_controller('phcdevworks_members/directory/categories#new') %>"><%= link_to('New Directory Listing', phcdevworks_members.new_directory_category_path) %></li>
64
- </ul>
65
- </li>
66
- <!-- Sidebar - Sidebar Navigation - PHCDevworks Members -->
67
- <% end %>
68
-
69
- <% if defined?phcdevworks_press %>
70
- <!-- Sidebar - Sidebar Navigation - PHCDevworks Press -->
71
- <li class="nav-header">Article Management</li>
72
- <li class="has-sub">
73
- <a href="javascript:;">
74
- <b class="caret"></b>
75
- <i class="fad fa-newspaper"></i>
76
- <span>Article Posts</span>
77
- </a>
78
- <ul class="sub-menu">
79
- <li class="<%= phc_menu_active_controller('phcdevworks_press/article/posts') %>"><%= link_to('Article Index', phcdevworks_press.article_posts_path) %></li>
80
- <li class="<%= phc_menu_active_controller('phcdevworks_press/article/posts#new') %>"><%= link_to('New Aritcle', phcdevworks_press.new_article_post_path) %></li>
81
- </ul>
82
- </li>
83
- <li class="has-sub">
84
- <a href="javascript:;">
85
- <b class="caret"></b>
86
- <i class="fad fa-sitemap"></i>
87
- <span>Article Categories</span>
88
- </a>
89
- <ul class="sub-menu">
90
- <li class="<%= phc_menu_active_controller('phcdevworks_press/article/categories') %>"><%= link_to('Category Index', phcdevworks_press.article_categories_path) %></li>
91
- <li class="<%= phc_menu_active_controller('phcdevworks_press/article/categories#new') %>"><%= link_to('New Category', phcdevworks_press.new_article_category_path) %></li>
92
- </ul>
93
- </li>
94
- <!-- Sidebar - Sidebar Navigation - PHCDevworks Press -->
95
- <% end %>
96
-
97
- <% if defined?phcdevworks_scripts %>
98
- <!-- Sidebar - Sidebar Navigation - PHCDevworks Scripts -->
99
- <li class="nav-header">Script Management</li>
100
- <li class="has-sub">
101
- <a href="javascript:;">
102
- <b class="caret"></b>
103
- <i class="fad fa-laptop-code"></i>
104
- <span>Script Posts</span>
105
- </a>
106
- <ul class="sub-menu">
107
- <li class="<%= phc_menu_active_controller('phcdevworks_scripts/script/listings') %>"><%= link_to "All Script Listings", phcdevworks_scripts.script_listings_path %></li>
108
- <li class="<%= phc_menu_active_controller('phcdevworks_scripts/script/listings#new') %>"><%= link_to "Add a New Listing", phcdevworks_scripts.new_script_listing_path %></li>
109
- </ul>
110
- </li>
111
- <li class="has-sub">
112
- <a href="javascript:;">
113
- <b class="caret"></b>
114
- <i class="fad fa-sitemap"></i>
115
- <span>Script Extras</span>
116
- </a>
117
- <ul class="sub-menu">
118
- <li class="<%= phc_menu_active_controller('phcdevworks_scripts/script/authors') %>"><%= link_to "Script Authors", phcdevworks_scripts.script_authors_path %></li>
119
- <li class="<%= phc_menu_active_controller('phcdevworks_scripts/script/extensions') %>"><%= link_to "Script Extensions", phcdevworks_scripts.script_extensions_path %></li>
120
- <li class="<%= phc_menu_active_controller('phcdevworks_scripts/script/versions') %>"><%= link_to "Script Versions", phcdevworks_scripts.script_versions_path %></li>
121
- </ul>
122
- </li>
123
- <li class="nav-header">Code Snippets</li>
124
- <li class="has-sub">
125
- <a href="javascript:;">
126
- <b class="caret"></b>
127
- <i class="fad fa-code"></i>
128
- <span>Code Snippets</span>
129
- </a>
130
- <ul class="sub-menu">
131
- <li class="<%= phc_menu_active_controller('phcdevworks_scripts/script/posts') %>"><%= link_to 'Snippet Index', phcdevworks_scripts.snippet_posts_path %></li>
132
- <li class="<%= phc_menu_active_controller('phcdevworks_scripts/script/posts#new') %>"><%= link_to 'New Snippet', phcdevworks_scripts.new_snippet_post_path %></li>
133
- </ul>
134
- </li>
135
- <!-- Sidebar - Sidebar Navigation - PHCDevworks Scripts -->
136
- <% end %>
137
-
138
- <% if defined?phcdevworks_real_estate %>
139
- <!-- Sidebar - Sidebar Navigation - PHCDevworks RealEstate -->
140
- <li class="nav-header">Listing Management</li>
141
- <li class="has-sub">
142
- <a href="javascript:;">
143
- <b class="caret"></b>
144
- <i class="fad fa-home-lg"></i>
145
- <span>Property Listings</span>
146
- </a>
147
- <ul class="sub-menu">
148
- <li class="<%= phc_menu_active_controller('phcdevworks_real_estate/property/listings') %>"><%= link_to 'Listing Index', phcdevworks_real_estate.property_listings_path %></li>
149
- <li class="<%= phc_menu_active_controller('phcdevworks_real_estate/property/listings#new') %>"><%= link_to 'New Listing', phcdevworks_real_estate.new_property_listing_path %></li>
150
- </ul>
151
- </li>
152
- <li class="has-sub">
153
- <a href="javascript:;">
154
- <b class="caret"></b>
155
- <i class="fad fa-list-alt"></i>
156
- <span>Listing Features</span>
157
- </a>
158
- <ul class="sub-menu">
159
- <li class="<%= phc_menu_active_controller('phcdevworks_real_estate/property/listings') %>"><%= link_to 'Features Index', phcdevworks_real_estate.property_features_path %></li>
160
- <li class="<%= phc_menu_active_controller('phcdevworks_real_estate/property/listings#new') %>"><%= link_to 'New Features', phcdevworks_real_estate.new_property_feature_path %></li>
161
- </ul>
162
- </li>
163
- <!-- Sidebar - Sidebar Navigation - PHCDevworks RealEstate -->
164
- <% end %>
165
-
166
- <% if defined?phcdevworks_tutorials %>
167
- <!-- Sidebar - Sidebar Navigation - PHCDevworks RealEstate -->
168
- <li class="nav-header">Tutorials</li>
169
- <li class="has-sub">
170
- <a href="javascript:;">
171
- <b class="caret"></b>
172
- <i class="fad fa-chalkboard-teacher"></i>
173
- <span>Tutorial Posts</span>
174
- </a>
175
- <ul class="sub-menu">
176
- <li class="<%= phc_menu_active_controller('phcdevworks_tutorials/tutorials/posts') %>"><%= link_to 'Tutorial Index', phcdevworks_tutorials.tutorial_posts_path %></li>
177
- <li class="<%= phc_menu_active_controller('phcdevworks_tutorials/tutorials/posts#new') %>"><%= link_to 'New Tutorial', phcdevworks_tutorials.new_tutorial_post_path %></li>
178
- </ul>
179
- </li>
180
- <li class="has-sub">
181
- <a href="javascript:;">
182
- <b class="caret"></b>
183
- <i class="fad fa-sitemap"></i>
184
- <span>Tutorial Categories</span>
185
- </a>
186
- <ul class="sub-menu">
187
- <li class="<%= phc_menu_active_controller('phcdevworks_tutorials/tutorials/categories') %>"><%= link_to 'Category Index', phcdevworks_tutorials.tutorial_categories_path %></li>
188
- <li class="<%= phc_menu_active_controller('phcdevworks_tutorials/tutorials/categories#new') %>"><%= link_to 'New Category', phcdevworks_tutorials.new_tutorial_category_path %></li>
189
- </ul>
190
- </li>
191
- <!-- Sidebar - Sidebar Navigation - PHCDevworks RealEstate -->
192
- <% end %>
193
-
194
- <% if current_user && current_user.admin? %>
195
- <!-- Sidebar - Sidebar Navigation - PHCAccounts Admin Options -->
196
- <li class="nav-header">User Administration</li>
197
- <li class="has-sub">
198
- <a href="javascript:;">
199
- <b class="caret"></b>
200
- <i class="fad fa-user"></i>
201
- <span>Admin</span>
202
- </a>
203
- <ul class="sub-menu">
204
- <li class="<%= phc_menu_active_controller('phcdevworks_accounts/admin/users') %>"><%= link_to 'User List', phcdevworks_accounts.admin_users_index_path %></li>
205
- </ul>
206
- </li>
207
- <!-- Sidebar - Sidebar Navigation - PHCAccounts Admin Options -->
208
- <% end %>
4
+ <!-- Sidebar - User Profile Menu -->
5
+ <ul class="nav">
6
+ <% if current_user %>
7
+ <li class="nav-profile">
8
+ <a href="javascript:;" data-toggle="nav-profile">
9
+ <div class="cover with-shadow"></div>
10
+ <div class="image">
11
+ <%= image_tag current_user.gravatar_url %>
12
+ </div>
13
+ <div class="info">
14
+ <b class="caret pull-right"></b>
15
+ <%= current_user.firstname + " " + current_user.lastname %>
16
+ <small><%= current_user.username %></small>
17
+ </div>
18
+ </a>
19
+ </li>
20
+ <li>
21
+ <ul class="nav nav-profile">
22
+ <li>
23
+ <%= link_to phcdevworks_accounts.edit_user_registration_path do %>
24
+ <i class="fad fa-cogs"></i> Account Settings
25
+ <% end %>
26
+ </li>
27
+ <li>
28
+ <%= link_to phcdevworks_accounts.destroy_user_session_path do %>
29
+ <i class="fad fa-sign-out-alt"></i> Logout
30
+ <% end %>
31
+ </li>
32
+ </ul>
33
+ </li>
34
+ <% end %>
35
+ </ul>
36
+ <!-- Sidebar - User Profile Menu -->
209
37
 
210
- <% if current_user %>
211
- <!-- Sidebar - Sidebar Navigation - PHCAccounts User Options -->
212
- <li class="nav-header">Your Account</li>
213
- <li class="has-sub">
214
- <a href="javascript:;">
215
- <b class="caret"></b>
216
- <i class="fad fa-user"></i>
217
- <span>Accounts Settings</span>
218
- </a>
219
- <ul class="sub-menu">
220
- <li class="<%= phc_menu_active_controller('phcdevworks_accounts/user/edit') %>"><%= link_to 'Settings', phcdevworks_accounts.edit_user_registration_path %></li>
221
- <li class="<%= phc_menu_active_controller('phcdevworks_accounts/user/new') %>"><%= link_to 'Logout', phcdevworks_accounts.destroy_user_session_path, method: :delete %></li>
222
- </ul>
223
- </li>
224
- <!-- Sidebar - Sidebar Navigation - PHCAccounts User Options -->
225
- <% end %>
38
+ <!-- Sidebar - Sidebar Navigation -->
39
+ <ul class="nav">
40
+
41
+ <% if defined?phcdevworks_members %>
42
+ <!-- Sidebar - Sidebar Navigation - PHCDevworks Members -->
43
+ <li class="nav-header">Membership Manager</li>
44
+ <li class="has-sub">
45
+ <a href="javascript:;">
46
+ <b class="caret"></b>
47
+ <i class="fad fa-users"></i>
48
+ <span>Member"s Data</span>
49
+ </a>
50
+ <ul class="sub-menu">
51
+ <li class="<%= phc_menu_active_controller("phcdevworks_members/member/profiles") %>"><%= link_to("Profile Index", phcdevworks_members.member_profiles_path) %></li>
52
+ <li class="<%= phc_menu_active_controller("phcdevworks_members/member/profiles#new") %>"><%= link_to("New Member Profile", phcdevworks_members.new_member_profile_path) %></li>
53
+ </ul>
54
+ </li>
55
+ <li class="nav-header">Member"s Directory</li>
56
+ <li class="has-sub">
57
+ <a href="javascript:;">
58
+ <b class="caret"></b>
59
+ <i class="fad fa-list-alt"></i>
60
+ <span>Member"s Directory</span>
61
+ </a>
62
+ <ul class="sub-menu">
63
+ <li class="<%= phc_menu_active_controller("phcdevworks_members/directory/categories") %>"><%= link_to("Directory Index", phcdevworks_members.directory_categories_path) %></li>
64
+ <li class="<%= phc_menu_active_controller("phcdevworks_members/directory/categories#new") %>"><%= link_to("New Directory Listing", phcdevworks_members.new_directory_category_path) %></li>
65
+ </ul>
66
+ </li>
67
+ <!-- Sidebar - Sidebar Navigation - PHCDevworks Members -->
68
+ <% end %>
69
+
70
+ <% if defined?phcdevworks_portfolio %>
71
+ <!-- Sidebar - Sidebar Navigation - PHCDevworks Press -->
72
+ <li class="nav-header">Portfolio</li>
73
+ <li class="has-sub">
74
+ <a href="javascript:;">
75
+ <b class="caret"></b>
76
+ <i class="fad fa-briefcase"></i>
77
+ <span>Project List</span>
78
+ </a>
79
+ <ul class="sub-menu">
80
+ <li class="<%= phc_menu_active_controller("phcdevworks_portfolio/project/posts") %>"><%= link_to("Project Index", phcdevworks_portfolio.project_posts_path) %></li>
81
+ <li class="<%= phc_menu_active_controller("phcdevworks_portfolio/project/posts#new") %>"><%= link_to("New Project", phcdevworks_portfolio.new_project_post_path) %></li>
82
+ </ul>
83
+ </li>
84
+ <!-- Sidebar - Sidebar Navigation - PHCDevworks Press -->
85
+ <% end %>
86
+
87
+ <% if defined?phcdevworks_press %>
88
+ <!-- Sidebar - Sidebar Navigation - PHCDevworks Press -->
89
+ <li class="nav-header">Articles & Blogging</li>
90
+ <li class="has-sub">
91
+ <a href="javascript:;">
92
+ <b class="caret"></b>
93
+ <i class="fad fa-newspaper"></i>
94
+ <span>Article Posts</span>
95
+ </a>
96
+ <ul class="sub-menu">
97
+ <li class="<%= phc_menu_active_controller("phcdevworks_press/article/posts") %>"><%= link_to("Article Index", phcdevworks_press.article_posts_path) %></li>
98
+ <li class="<%= phc_menu_active_controller("phcdevworks_press/article/posts#new") %>"><%= link_to("New Aritcle", phcdevworks_press.new_article_post_path) %></li>
99
+ </ul>
100
+ </li>
101
+ <li class="has-sub">
102
+ <a href="javascript:;">
103
+ <b class="caret"></b>
104
+ <i class="fad fa-sitemap"></i>
105
+ <span>Article Categories</span>
106
+ </a>
107
+ <ul class="sub-menu">
108
+ <li class="<%= phc_menu_active_controller("phcdevworks_press/article/categories") %>"><%= link_to("Category Index", phcdevworks_press.article_categories_path) %></li>
109
+ <li class="<%= phc_menu_active_controller("phcdevworks_press/article/categories#new") %>"><%= link_to("New Category", phcdevworks_press.new_article_category_path) %></li>
110
+ </ul>
111
+ </li>
112
+ <!-- Sidebar - Sidebar Navigation - PHCDevworks Press -->
113
+ <% end %>
114
+
115
+ <% if defined?phcdevworks_scripts %>
116
+ <!-- Sidebar - Sidebar Navigation - PHCDevworks Scripts -->
117
+ <li class="nav-header">Script CDN Listings</li>
118
+ <li class="has-sub">
119
+ <a href="javascript:;">
120
+ <b class="caret"></b>
121
+ <i class="fad fa-laptop-code"></i>
122
+ <span>Script Posts</span>
123
+ </a>
124
+ <ul class="sub-menu">
125
+ <li class="<%= phc_menu_active_controller("phcdevworks_scripts/script/listings") %>"><%= link_to "All Script Listings", phcdevworks_scripts.script_listings_path %></li>
126
+ <li class="<%= phc_menu_active_controller("phcdevworks_scripts/script/listings#new") %>"><%= link_to "Add a New Listing", phcdevworks_scripts.new_script_listing_path %></li>
127
+ </ul>
128
+ </li>
129
+ <li class="has-sub">
130
+ <a href="javascript:;">
131
+ <b class="caret"></b>
132
+ <i class="fad fa-sitemap"></i>
133
+ <span>Script Extras</span>
134
+ </a>
135
+ <ul class="sub-menu">
136
+ <li class="<%= phc_menu_active_controller("phcdevworks_scripts/script/authors") %>"><%= link_to "Script Authors", phcdevworks_scripts.script_authors_path %></li>
137
+ <li class="<%= phc_menu_active_controller("phcdevworks_scripts/script/extensions") %>"><%= link_to "Script Extensions", phcdevworks_scripts.script_extensions_path %></li>
138
+ <li class="<%= phc_menu_active_controller("phcdevworks_scripts/script/versions") %>"><%= link_to "Script Versions", phcdevworks_scripts.script_versions_path %></li>
139
+ </ul>
140
+ </li>
141
+ <li class="nav-header">Code Snippets</li>
142
+ <li class="has-sub">
143
+ <a href="javascript:;">
144
+ <b class="caret"></b>
145
+ <i class="fad fa-code"></i>
146
+ <span>Code Snippets</span>
147
+ </a>
148
+ <ul class="sub-menu">
149
+ <li class="<%= phc_menu_active_controller("phcdevworks_scripts/script/posts") %>"><%= link_to "Snippet Index", phcdevworks_scripts.snippet_posts_path %></li>
150
+ <li class="<%= phc_menu_active_controller("phcdevworks_scripts/script/posts#new") %>"><%= link_to "New Snippet", phcdevworks_scripts.new_snippet_post_path %></li>
151
+ </ul>
152
+ </li>
153
+ <!-- Sidebar - Sidebar Navigation - PHCDevworks Scripts -->
154
+ <% end %>
155
+
156
+ <% if defined?phcdevworks_real_estate %>
157
+ <!-- Sidebar - Sidebar Navigation - PHCDevworks RealEstate -->
158
+ <li class="nav-header">Property Listings</li>
159
+ <li class="has-sub">
160
+ <a href="javascript:;">
161
+ <b class="caret"></b>
162
+ <i class="fad fa-home-lg"></i>
163
+ <span>Property Listings</span>
164
+ </a>
165
+ <ul class="sub-menu">
166
+ <li class="<%= phc_menu_active_controller("phcdevworks_real_estate/property/listings") %>"><%= link_to "Listing Index", phcdevworks_real_estate.property_listings_path %></li>
167
+ <li class="<%= phc_menu_active_controller("phcdevworks_real_estate/property/listings#new") %>"><%= link_to "New Listing", phcdevworks_real_estate.new_property_listing_path %></li>
168
+ </ul>
169
+ </li>
170
+ <li class="has-sub">
171
+ <a href="javascript:;">
172
+ <b class="caret"></b>
173
+ <i class="fad fa-list-alt"></i>
174
+ <span>Listing Features</span>
175
+ </a>
176
+ <ul class="sub-menu">
177
+ <li class="<%= phc_menu_active_controller("phcdevworks_real_estate/property/listings") %>"><%= link_to "Features Index", phcdevworks_real_estate.property_features_path %></li>
178
+ <li class="<%= phc_menu_active_controller("phcdevworks_real_estate/property/listings#new") %>"><%= link_to "New Features", phcdevworks_real_estate.new_property_feature_path %></li>
179
+ </ul>
180
+ </li>
181
+ <!-- Sidebar - Sidebar Navigation - PHCDevworks RealEstate -->
182
+ <% end %>
183
+
184
+ <% if defined?phcdevworks_tutorials %>
185
+ <!-- Sidebar - Sidebar Navigation - PHCDevworks RealEstate -->
186
+ <li class="nav-header">Tutorial Posts</li>
187
+ <li class="has-sub">
188
+ <a href="javascript:;">
189
+ <b class="caret"></b>
190
+ <i class="fad fa-chalkboard-teacher"></i>
191
+ <span>Tutorial Posts</span>
192
+ </a>
193
+ <ul class="sub-menu">
194
+ <li class="<%= phc_menu_active_controller("phcdevworks_tutorials/tutorials/posts") %>"><%= link_to "Tutorial Index", phcdevworks_tutorials.tutorial_posts_path %></li>
195
+ <li class="<%= phc_menu_active_controller("phcdevworks_tutorials/tutorials/posts#new") %>"><%= link_to "New Tutorial", phcdevworks_tutorials.new_tutorial_post_path %></li>
196
+ </ul>
197
+ </li>
198
+ <li class="has-sub">
199
+ <a href="javascript:;">
200
+ <b class="caret"></b>
201
+ <i class="fad fa-sitemap"></i>
202
+ <span>Tutorial Categories</span>
203
+ </a>
204
+ <ul class="sub-menu">
205
+ <li class="<%= phc_menu_active_controller("phcdevworks_tutorials/tutorials/categories") %>"><%= link_to "Category Index", phcdevworks_tutorials.tutorial_categories_path %></li>
206
+ <li class="<%= phc_menu_active_controller("phcdevworks_tutorials/tutorials/categories#new") %>"><%= link_to "New Category", phcdevworks_tutorials.new_tutorial_category_path %></li>
207
+ </ul>
208
+ </li>
209
+ <!-- Sidebar - Sidebar Navigation - PHCDevworks RealEstate -->
210
+ <% end %>
211
+
212
+ <% if current_user && current_user.admin? %>
213
+ <!-- Sidebar - Sidebar Navigation - PHCAccounts Admin Options -->
214
+ <li class="nav-header">User Administration</li>
215
+ <li class="has-sub">
216
+ <a href="javascript:;">
217
+ <b class="caret"></b>
218
+ <i class="fad fa-user"></i>
219
+ <span>Admin</span>
220
+ </a>
221
+ <ul class="sub-menu">
222
+ <li class="<%= phc_menu_active_controller("phcdevworks_accounts/admin/users") %>"><%= link_to "User List", phcdevworks_accounts.admin_users_index_path %></li>
223
+ </ul>
224
+ </li>
225
+ <!-- Sidebar - Sidebar Navigation - PHCAccounts Admin Options -->
226
+ <% end %>
226
227
 
227
- <!-- Sidebar - Sidebar Minifier -->
228
- <li>
229
- <a href="javascript:;" class="sidebar-minify-btn" data-click="sidebar-minify">
230
- <i class="fa fa-angle-double-left"></i>
231
- </a>
232
- </li>
233
- <!-- Sidebar - Sidebar Minifier -->
228
+ <% if current_user %>
229
+ <!-- Sidebar - Sidebar Navigation - PHCAccounts User Options -->
230
+ <li class="nav-header">Your Account</li>
231
+ <li class="has-sub">
232
+ <a href="javascript:;">
233
+ <b class="caret"></b>
234
+ <i class="fad fa-user"></i>
235
+ <span>Accounts Settings</span>
236
+ </a>
237
+ <ul class="sub-menu">
238
+ <li class="<%= phc_menu_active_controller("phcdevworks_accounts/user/edit") %>"><%= link_to "Settings", phcdevworks_accounts.edit_user_registration_path %></li>
239
+ <li class="<%= phc_menu_active_controller("phcdevworks_accounts/user/new") %>"><%= link_to "Logout", phcdevworks_accounts.destroy_user_session_path, method: :delete %></li>
240
+ </ul>
241
+ </li>
242
+ <!-- Sidebar - Sidebar Navigation - PHCAccounts User Options -->
243
+ <% end %>
244
+
245
+ <!-- Sidebar - Sidebar Minifier -->
246
+ <li>
247
+ <a href="javascript:;" class="sidebar-minify-btn" data-click="sidebar-minify">
248
+ <i class="fa fa-angle-double-left"></i>
249
+ </a>
250
+ </li>
251
+ <!-- Sidebar - Sidebar Minifier -->
234
252
 
235
- </ul>
236
- <!-- Sidebar - Sidebar Navigation -->
253
+ </ul>
254
+ <!-- Sidebar - Sidebar Navigation -->
237
255
 
238
256
  </div>
239
257
  <!-- Sidebar for PHCDevworks Engines -->
@@ -2,46 +2,50 @@
2
2
  <html>
3
3
  <head>
4
4
 
5
- <!-- SEO System -->
6
- <% phc_seo_title "PHCDevworks Accounts" %>
7
- <% phc_seo_description "Rails Authentication and User Management Engine." %>
8
- <!-- SEO System -->
9
-
10
- <!-- SEO and Site Description -->
11
- <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
12
- <title><%= yield(:phc_seo_title) %></title>
13
- <meta name="description" content="<%= yield(:phc_seo_description) %>">
14
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8" >
15
- <link rel="canonical" href="http://phcdevworks.com">
16
- <!-- SEO and Site Description -->
17
-
18
- <!-- Rails Security Tags -->
19
- <%= csrf_meta_tags %>
20
- <%= csp_meta_tag %>
21
- <!-- Rails Security Tags -->
22
-
23
- <!-- CSS Styles -->
24
- <%= stylesheet_link_tag "phcdevworks_accounts/application", media: "all", "data-turbolinks-track": "reload" %>
25
- <!-- CSS Styles -->
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 name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
12
+ <title><%= yield(:phc_seo_title) %></title>
13
+ <meta name="description" content="<%= yield(:phc_seo_description) %>">
14
+ <meta http-equiv="Content-Type" content="text/html; charset=utf-8" >
15
+ <link rel="canonical" href="http://phcdevworks.com">
16
+ <!-- SEO and Site Description -->
17
+
18
+ <!-- Rails Security Tags -->
19
+ <%= csrf_meta_tags %>
20
+ <%= csp_meta_tag %>
21
+ <!-- Rails Security Tags -->
22
+
23
+ <!-- CSS Styles -->
24
+ <%= stylesheet_link_tag "phcdevworks_accounts/application", media: "all" %>
25
+ <!-- CSS Styles -->
26
+
27
+ <!-- Font -->
28
+ <link rel="stylesheet" type="text/css" href="https://fonts.googleapis.com/css?family=Open+Sans:300,400%7CRaleway:300,400,500,600,700%7CLato:300,400,400italic,600,700"/>
29
+ <!-- Font -->
26
30
 
27
31
  </head>
28
32
  <body class="pace-top bg-white">
29
33
 
30
- <!-- Page Content -->
31
- <%= yield %>
32
- <!-- Page Content -->
33
-
34
- <!-- JavaScript -->
35
- <%= javascript_include_tag "phcdevworks_accounts/application", "data-turbolinks-track": "reload" %>
36
- <!-- JavaScript -->
37
-
38
- <!-- JavaScript Loader -->
39
- <script>
40
- $(document).ready(function() {
41
- App.init();
42
- });
43
- </script>
44
- <!-- JavaScript Loader -->
34
+ <!-- Page Content -->
35
+ <%= yield %>
36
+ <!-- Page Content -->
37
+
38
+ <!-- JavaScript -->
39
+ <%= javascript_include_tag "phcdevworks_accounts/application", "data-turbolinks-track": "reload" %>
40
+ <!-- JavaScript -->
41
+
42
+ <!-- JavaScript Loader -->
43
+ <script>
44
+ $(document).ready(function() {
45
+ App.init();
46
+ });
47
+ </script>
48
+ <!-- JavaScript Loader -->
45
49
 
46
50
  </body>
47
51
  </html>
@@ -1,3 +1,3 @@
1
1
  module PhcdevworksAccounts
2
- VERSION = '1.3.0'
2
+ VERSION = '1.3.1'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: phcdevworks_accounts
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.3.0
4
+ version: 1.3.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - PHCDevworks
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2019-10-12 00:00:00.000000000 Z
11
+ date: 2019-10-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails
@@ -80,6 +80,20 @@ dependencies:
80
80
  - - "~>"
81
81
  - !ruby/object:Gem::Version
82
82
  version: 1.1.0
83
+ - !ruby/object:Gem::Dependency
84
+ name: phcdevworks_core
85
+ requirement: !ruby/object:Gem::Requirement
86
+ requirements:
87
+ - - "~>"
88
+ - !ruby/object:Gem::Version
89
+ version: 1.0.1
90
+ type: :runtime
91
+ prerelease: false
92
+ version_requirements: !ruby/object:Gem::Requirement
93
+ requirements:
94
+ - - "~>"
95
+ - !ruby/object:Gem::Version
96
+ version: 1.0.1
83
97
  - !ruby/object:Gem::Dependency
84
98
  name: phcdevworks_active_menus
85
99
  requirement: !ruby/object:Gem::Requirement