phcmemberspro 83.0.0 → 84.0.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (44) hide show
  1. checksums.yaml +4 -4
  2. data/app/controllers/phcmemberspro/directory/categories_controller.rb +1 -1
  3. data/app/controllers/phcmemberspro/member/addresses_controller.rb +3 -3
  4. data/app/controllers/phcmemberspro/member/listings_controller.rb +1 -1
  5. data/app/controllers/phcmemberspro/member/profiles_controller.rb +1 -1
  6. data/app/models/phcmemberspro/member/address.rb +7 -12
  7. data/app/models/phcmemberspro/member/listing.rb +14 -14
  8. data/app/models/phcmemberspro/member/profile.rb +7 -7
  9. data/app/views/layouts/phcmemberspro/application.html.erb +22 -18
  10. data/app/views/layouts/phcmemberspro/components/backend/sidebars/_side_menu.html.erb +38 -10
  11. data/app/views/layouts/phcmemberspro/member_profile.html.erb +17 -14
  12. data/app/views/phcmemberspro/api/v1/categories/index.json.rabl +1 -1
  13. data/app/views/phcmemberspro/directory/categories/_form.html.erb +2 -2
  14. data/app/views/phcmemberspro/directory/categories/components/_category_main.html.erb +2 -2
  15. data/app/views/phcmemberspro/directory/categories/components/_category_sidebar.html.erb +1 -1
  16. data/app/views/phcmemberspro/directory/categories/edit.html.erb +1 -1
  17. data/app/views/phcmemberspro/directory/categories/index.html.erb +1 -1
  18. data/app/views/phcmemberspro/directory/categories/show.html.erb +1 -1
  19. data/app/views/phcmemberspro/member/addresses/_form.html.erb +14 -14
  20. data/app/views/phcmemberspro/member/addresses/components/_address_audits_table.html.erb +1 -1
  21. data/app/views/phcmemberspro/member/addresses/components/_address_table.html.erb +7 -7
  22. data/app/views/phcmemberspro/member/addresses/edit.html.erb +3 -3
  23. data/app/views/phcmemberspro/member/addresses/index.html.erb +14 -9
  24. data/app/views/phcmemberspro/member/addresses/new.html.erb +2 -2
  25. data/app/views/phcmemberspro/member/addresses/show.html.erb +4 -4
  26. data/app/views/phcmemberspro/member/listings/_form.html.erb +22 -22
  27. data/app/views/phcmemberspro/member/listings/index.html.erb +16 -11
  28. data/app/views/phcmemberspro/member/listings/new.html.erb +2 -2
  29. data/app/views/phcmemberspro/member/listings/show.html.erb +4 -4
  30. data/app/views/phcmemberspro/member/profiles/_form.html.erb +10 -10
  31. data/app/views/phcmemberspro/member/profiles/components/_profile_addresses_table.html.erb +6 -6
  32. data/app/views/phcmemberspro/member/profiles/components/_profile_audits_table.html.erb +1 -1
  33. data/app/views/phcmemberspro/member/profiles/components/_profile_header.html.erb +4 -3
  34. data/app/views/phcmemberspro/member/profiles/components/_profile_information_table.html.erb +27 -0
  35. data/app/views/phcmemberspro/member/profiles/components/_profile_listings_table.html.erb +6 -6
  36. data/app/views/phcmemberspro/member/profiles/edit.html.erb +1 -1
  37. data/app/views/phcmemberspro/member/profiles/index.html.erb +18 -4
  38. data/app/views/phcmemberspro/member/profiles/show.html.erb +24 -4
  39. data/db/migrate/20160728230720_create_phcmemberspro_directory_categories.rb +1 -1
  40. data/db/migrate/20160728230901_create_phcmemberspro_member_addresses.rb +7 -7
  41. data/db/migrate/20160728231011_create_phcmemberspro_member_listings.rb +11 -11
  42. data/db/migrate/20160728231036_create_phcmemberspro_member_profiles.rb +6 -6
  43. data/lib/phcmemberspro/version.rb +1 -1
  44. metadata +3 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: d596f78b1fa79e41c2291b4ba252244e7a22af8688f5c622e64560d7cc775392
4
- data.tar.gz: f984c5bece05ff20b879d10408118b799ddc77147703926f772fa43f118d7158
3
+ metadata.gz: 0cb54d0b5f7e0d39cf2c411397ed4b732b19ddd98ec6ce944a5f00185426a967
4
+ data.tar.gz: 40a2651b28f0764d516ed671bf9f982cc5a9dc8d1cd2526d3f9ad88e01ca60ec
5
5
  SHA512:
6
- metadata.gz: 10413aa26decd8ec476f8afd6893246dfcbdfa7a3fa366e3581338c1cb5d747ff387ad78dbc1b2e7450cfd20ea95ecadcc6560c76d7c640c73030daacbf3b51a
7
- data.tar.gz: 8fbbfca293189930f17c2b2701f3e0f7e8b8724e1016b7e2523786606ea202226eaedecc03b1711062292231d5258e621db7b322c529322d207b3d7400ad5a47
6
+ metadata.gz: 321f9774702b9936024df62be00c0321a05d87adcae8d9df6ec7a9577a7eeae7286da7eafc9c2811545cb54176f8675b4edb495e98d33ca1593137fd35e7a753
7
+ data.tar.gz: 59288f9aa3a48d51c81ce600493e361099125feb7305e59a35a6677f0b64cb755c65010ed1de018a517325c3b57aaadaae877b4d8f31b368d58d6e3439f0c3fc
@@ -65,7 +65,7 @@ module Phcmemberspro
65
65
 
66
66
  # Whitelist
67
67
  def directory_category_params
68
- params.require(:directory_category).permit(:catname, :slug, :user_id, :org_id)
68
+ params.require(:directory_category).permit(:category_name, :slug, :user_id, :org_id)
69
69
  end
70
70
 
71
71
  end
@@ -40,7 +40,7 @@ module Phcmemberspro
40
40
  @member_address.user_id = current_user.id
41
41
  @member_address.org_id = current_user.org_id
42
42
  if @member_address.save
43
- redirect_to member_profile_addresses_url, notice: 'Listing was successfully created.'
43
+ redirect_to member_profile_addresses_url, notice: 'Address was successfully created.'
44
44
  else
45
45
  render :new
46
46
  end
@@ -50,7 +50,7 @@ module Phcmemberspro
50
50
  def update
51
51
  @profile = Member::Profile.find(params[:profile_id])
52
52
  if @member_address.update(member_address_params)
53
- redirect_to member_profile_addresses_url, notice: 'Listing was successfully updated.'
53
+ redirect_to member_profile_addresses_url, notice: 'Address was successfully updated.'
54
54
  else
55
55
  render :edit
56
56
  end
@@ -73,7 +73,7 @@ module Phcmemberspro
73
73
 
74
74
  # Whitelist
75
75
  def member_address_params
76
- params.require(:member_address).permit(:mcaddressl1, :mcaddressl2, :mccity, :mcprovince, :mccountry, :mcpostalcode, :mctype, :user_name, :profile_id, :slug, :user_id, :org_id)
76
+ params.require(:member_address).permit(:address_addressl1, :address_addressl2, :address_city, :address_province, :address_country, :address_postalcode, :address_type, :user_name, :profile_id, :slug, :user_id, :org_id)
77
77
  end
78
78
 
79
79
  end
@@ -73,7 +73,7 @@ module Phcmemberspro
73
73
 
74
74
  # Whitelist
75
75
  def member_listing_params
76
- params.require(:member_listing).permit(:mbcompanyname, :mbcontactname, :mbaddressl1, :mbaddressl2, :mbcity, :mbcountry, :mbprovince, :mbpostalcode, :mbphone, :mbcontactemail, :mbwebsite, :profile_id, :slug, :user_id, :org_id, category_ids: [])
76
+ params.require(:member_listing).permit(:listing_companyname, :listing_contactname, :listing_addressl1, :listing_addressl2, :listing_city, :listing_country, :listing_province, :listing_postalcode, :listing_phone, :listing_contactemail, :listing_website, :profile_id, :slug, :user_id, :org_id, category_ids: [])
77
77
  end
78
78
 
79
79
  end
@@ -66,7 +66,7 @@ module Phcmemberspro
66
66
 
67
67
  # Whitelist
68
68
  def member_profile_params
69
- params.require(:member_profile).permit(:mfirstname, :mlastname, :mtitle, :memail, :mphone, :mnotes, :slug, :user_id, :org_id)
69
+ params.require(:member_profile).permit(:member_firstname, :member_lastname, :member_title, :member_email, :member_phone, :member_notes, :slug, :user_id, :org_id)
70
70
  end
71
71
 
72
72
  end
@@ -11,26 +11,26 @@ module Phcmemberspro
11
11
  belongs_to :profile, class_name: 'Phcmemberspro::Member::Profile'
12
12
 
13
13
  # Validation for Form Fields
14
- validates :mcaddressl1,
14
+ validates :address_addressl1,
15
15
  presence: true,
16
16
  length: { minimum: 2 }
17
17
 
18
- validates :mccity,
18
+ validates :address_city,
19
19
  length: { minimum: 3 }
20
20
 
21
- validates :mcprovince,
21
+ validates :address_province,
22
22
  presence: true,
23
23
  length: { minimum: 2 }
24
24
 
25
- validates :mccountry,
25
+ validates :address_country,
26
26
  presence: true,
27
27
  length: { minimum: 2 }
28
28
 
29
- validates :mcpostalcode,
29
+ validates :address_postalcode,
30
30
  presence: true,
31
31
  length: { minimum: 3 }
32
32
 
33
- validates :mctype,
33
+ validates :address_type,
34
34
  presence: true,
35
35
  length: { minimum: 2 }
36
36
 
@@ -40,14 +40,9 @@ module Phcmemberspro
40
40
  # Define for Multiple Records
41
41
  def phcmemberspro_address_slug
42
42
  [
43
- [:org_id, :mcaddressl1, :mccity, :mcprovince]
43
+ [:org_id, :address_addressl1, :address_city, :address_province]
44
44
  ]
45
45
  end
46
46
 
47
- def country_name
48
- country = ISO3166::Country[country_code]
49
- country.translations[I18n.locale.to_s] || country.mccountry
50
- end
51
-
52
47
  end
53
48
  end
@@ -12,53 +12,53 @@ module Phcmemberspro
12
12
  has_and_belongs_to_many :categories, class_name: 'Phcmemberspro::Directory::Category', :join_table => 'categories_listings'
13
13
 
14
14
  # Validation for Form Fields
15
- validates :mbcompanyname,
15
+ validates :listing_companyname,
16
16
  presence: true,
17
17
  length: { minimum: 2 }
18
18
 
19
- validates :mbcontactname,
19
+ validates :listing_contactname,
20
20
  presence: true,
21
21
  length: { minimum: 2 }
22
22
 
23
- validates :mbaddressl1,
23
+ validates :listing_addressl1,
24
24
  length: { minimum: 3 }
25
25
 
26
- validates :mbcity,
26
+ validates :listing_city,
27
27
  presence: true,
28
28
  length: { minimum: 3 }
29
29
 
30
- validates :mbcountry,
30
+ validates :listing_country,
31
31
  presence: true,
32
32
  length: { minimum: 2 }
33
33
 
34
- validates :mbprovince,
34
+ validates :listing_province,
35
35
  presence: true,
36
36
  length: { minimum: 2 }
37
37
 
38
- validates :mbpostalcode,
38
+ validates :listing_postalcode,
39
39
  presence: true,
40
40
  length: { minimum: 3 }
41
41
 
42
- validates :mbcontactemail,
42
+ validates :listing_contactemail,
43
43
  presence: true,
44
44
  length: { minimum: 3 },
45
45
  format: { with: /\A[^@\s]+@([^@\s]+\.)+[^@\s]+\z/, message: "Please follow this Email format: *****@********.***" }
46
46
 
47
- validates :mbwebsite,
47
+ validates :listing_website,
48
48
  presence: true,
49
49
  length: { minimum: 6 }
50
50
 
51
- validates :mbphone,
51
+ validates :listing_phone,
52
52
  presence: true,
53
- format: { with: /\A(\+\d{1,2}\s)?\(?\d{3}\)?[\s.-]?\d{3}[\s.-]?\d{4}\z/, message: "Please Follow this Phone Number Format: ***-***-****" }
53
+ format: { with: /\A(\+\d{1,2}\s)?\(?\d{3}\)?[\s.-]?\d{3}[\s.-]?\d{4}\z/, message: "Please Follow this Phone Member Format: ***-***-****" }
54
54
 
55
55
  # Clean URL Define
56
- friendly_id :phcmemberspro_listings_slug, use: [:slugged, :finders]
56
+ friendly_id :phcmelisting_erspro_listings_slug, use: [:slugged, :finders]
57
57
 
58
58
  # Define for Multiple Records
59
- def phcmemberspro_listings_slug
59
+ def phcmelisting_erspro_listings_slug
60
60
  [
61
- [:org_id, :mbcompanyname, :mbcontactname]
61
+ [:org_id, :listing_companyname, :listing_contactname]
62
62
  ]
63
63
  end
64
64
 
@@ -9,30 +9,30 @@ module Phcmemberspro
9
9
 
10
10
  # Gravatar
11
11
  include Gravtastic
12
- gravtastic :memail
12
+ gravtastic :member_email
13
13
 
14
14
  # Model Relationships
15
15
  has_many :addresses, class_name: 'Phcmemberspro::Member::Address'
16
16
  has_many :listings, class_name: 'Phcmemberspro::Member::Listing'
17
17
 
18
18
  # Validation for Form Fields
19
- validates :mfirstname,
19
+ validates :member_firstname,
20
20
  presence: true,
21
21
  length: { minimum: 1 }
22
22
 
23
- validates :mlastname,
23
+ validates :member_lastname,
24
24
  presence: true,
25
25
  length: { minimum: 1 }
26
26
 
27
- validates :mtitle,
27
+ validates :member_title,
28
28
  length: { minimum: 2 }
29
29
 
30
- validates :memail,
30
+ validates :member_email,
31
31
  presence: true,
32
32
  length: { minimum: 6 },
33
33
  format: { with: /\A[^@\s]+@([^@\s]+\.)+[^@\s]+\z/, message: "Please follow this Email format: *****@********.***" }
34
34
 
35
- validates :mphone,
35
+ validates :member_phone,
36
36
  presence: true,
37
37
  format: { with: /\A(\+\d{1,2}\s)?\(?\d{3}\)?[\s.-]?\d{3}[\s.-]?\d{4}\z/, message: "Please Follow this Phone Number Format: ***-***-****" }
38
38
 
@@ -42,7 +42,7 @@ module Phcmemberspro
42
42
  # Define for Multiple Records
43
43
  def phcmemberspro_profiles_slug
44
44
  [
45
- [:org_id, :mfirstname, :mlastname]
45
+ [:org_id, :member_firstname, :member_lastname]
46
46
  ]
47
47
  end
48
48
 
@@ -2,25 +2,27 @@
2
2
  <html>
3
3
  <head>
4
4
 
5
- <% phc_seo_title "PHCMembers(Pro) DMS" %>
6
- <% phc_seo_description "Membership & Directory Management System by PHCDevworks" %>
5
+ <!-- SEO System -->
6
+ <% phc_seo_title "PHCMembers by PHCDevworks" %>
7
+ <% phc_seo_description "Application to Manage Member Information and Business Directory Listings " %>
8
+ <!-- SEO System -->
7
9
 
8
- <!-- -PHC- SEO and Site Description -->
9
- <meta name="viewport" content="width=device-width, initial-scale=1.0">
10
+ <!-- SEO and Site Description -->
11
+ <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
10
12
  <title><%= yield(:phc_seo_title) %></title>
11
13
  <meta name="description" content="<%= yield(:phc_seo_description) %>">
12
14
  <meta http-equiv="Content-Type" content="text/html; charset=utf-8" >
13
- <link rel="canonical" href="http://phcmembers.com">
14
- <!-- -PHC- SEO and Site Description -->
15
-
16
- <!-- -PHC- Security -->
15
+ <link rel="canonical" href="http://phcdevworks.com">
16
+ <!-- SEO and Site Description -->
17
+
18
+ <!-- Rails Security Tags -->
17
19
  <%= csrf_meta_tags %>
18
20
  <%= csp_meta_tag %>
19
- <!-- -PHC- Security -->
20
-
21
- <!-- -PHC- CSS -->
21
+ <!-- Rails Security Tags -->
22
+
23
+ <!-- CSS Styles -->
22
24
  <%= stylesheet_link_tag 'phcmemberspro/application', media: 'all', 'data-turbolinks-track': 'reload' %>
23
- <!-- -PHC- CSS -->
25
+ <!-- CSS Styles -->
24
26
 
25
27
  <!-- Font -->
26
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"/>
@@ -30,7 +32,8 @@
30
32
  <body>
31
33
 
32
34
  <!-- Page Container -->
33
- <div id="page-container" class="fade page-sidebar-fixed page-header-fixed">
35
+ <div id="page-container" class="page-container fade page-sidebar-fixed page-header-fixed">
36
+
34
37
  <!-- Page Header -->
35
38
  <div id="header" class="header navbar-default">
36
39
  <%= render 'layouts/phcmemberspro/components/backend/navigation/top_menu' %>
@@ -51,7 +54,7 @@
51
54
  <!-- Page Content -->
52
55
 
53
56
  <!-- Footer Content -->
54
- <div id="footer" class="footer">
57
+ <div id="footer" class="footer mb-4">
55
58
  <%= render 'layouts/phcmemberspro/components/backend/footer/footer' %>
56
59
  </div>
57
60
  <!-- Footer Content -->
@@ -65,16 +68,17 @@
65
68
  </div>
66
69
  <!-- Page Container -->
67
70
 
68
- <!-- Requried JavaScripts -->
71
+ <!-- JavaScript -->
69
72
  <%= javascript_include_tag "phcmemberspro/application", 'data-turbolinks-track': 'reload' %>
70
- <script src="https://cdn.ckeditor.com/4.10.0/full/ckeditor.js"></script>
73
+ <!-- JavaScript -->
71
74
 
75
+ <!-- JavaScript Loader -->
72
76
  <script>
73
77
  $(document).ready(function() {
74
78
  App.init();
75
79
  });
76
80
  </script>
77
- <!-- Requried JavaScripts -->
81
+ <!-- JavaScript Loader -->
78
82
 
79
83
  </body>
80
- </html>
84
+ </html>
@@ -47,8 +47,8 @@
47
47
  <span>Article Posts</span>
48
48
  </a>
49
49
  <ul class="sub-menu">
50
- <li class="<%= phc_menus_active_controller('phcpresspro/article/posts') %>"><%= link_to('Article Index', phcpresspro.article_posts_path) %></li>
51
- <li class="<%= phc_menus_active_controller('phcpresspro/article/posts#new') %>"><%= link_to('New Aritcle', phcpresspro.new_article_post_path) %></li>
50
+ <li class="<%= phc_menus_active_controller('phcpresspro/article/posts') %>"><%= link_to 'Article Index', phcpresspro.article_posts_path %></li>
51
+ <li class="<%= phc_menus_active_controller('phcpresspro/article/posts#new') %>"><%= link_to 'New Aritcle', phcpresspro.new_article_post_path %></li>
52
52
  </ul>
53
53
  </li>
54
54
  <li class="has-sub">
@@ -58,8 +58,8 @@
58
58
  <span>Article Categories</span>
59
59
  </a>
60
60
  <ul class="sub-menu">
61
- <li class="<%= phc_menus_active_controller('phcpresspro/article/categories') %>"><%= link_to('Category Index', phcpresspro.article_categories_path) %></li>
62
- <li class="<%= phc_menus_active_controller('phcpresspro/article/categories#new') %>"><%= link_to('New Category', phcpresspro.new_article_category_path) %></li>
61
+ <li class="<%= phc_menus_active_controller('phcpresspro/article/categories') %>"><%= link_to 'Category Index', phcpresspro.article_categories_path %></li>
62
+ <li class="<%= phc_menus_active_controller('phcpresspro/article/categories#new') %>"><%= link_to 'New Category', phcpresspro.new_article_category_path %></li>
63
63
  </ul>
64
64
  </li>
65
65
  <!-- Sidebar - Sidebar Navigation - PHCPress(Pro) -->
@@ -75,8 +75,8 @@
75
75
  <span>Member's Data</span>
76
76
  </a>
77
77
  <ul class="sub-menu">
78
- <li class="<%= phc_menus_active_controller('phcmemberspro/member/profiles') %>"><%= link_to('Profile Index', phcmemberspro.member_profiles_path) %></li>
79
- <li class="<%= phc_menus_active_controller('phcmemberspro/member/profiles#new') %>"><%= link_to('New Member Profile', phcmemberspro.new_member_profile_path) %></li>
78
+ <li class="<%= phc_menus_active_controller('phcmemberspro/member/profiles') %>"><%= link_to 'Profile Index', phcmemberspro.member_profiles_path %></li>
79
+ <li class="<%= phc_menus_active_controller('phcmemberspro/member/profiles#new') %>"><%= link_to 'New Member Profile', phcmemberspro.new_member_profile_path %></li>
80
80
  </ul>
81
81
  </li>
82
82
  <li class="has-sub">
@@ -86,8 +86,36 @@
86
86
  <span>Member's Directory</span>
87
87
  </a>
88
88
  <ul class="sub-menu">
89
- <li class="<%= phc_menus_active_controller('phcmemberspro/directory/categories') %>"><%= link_to('Directory Index', phcmemberspro.directory_categories_path) %></li>
90
- <li class="<%= phc_menus_active_controller('phcmemberspro/directory/categories#new') %>"><%= link_to('New Directory Listing', phcmemberspro.new_directory_category_path) %></li>
89
+ <li class="<%= phc_menus_active_controller('phcmemberspro/directory/categories') %>"><%= link_to 'Directory Index', phcmemberspro.directory_categories_path %></li>
90
+ <li class="<%= phc_menus_active_controller('phcmemberspro/directory/categories#new') %>"><%= link_to 'New Directory Listing', phcmemberspro.new_directory_category_path %></li>
91
+ </ul>
92
+ </li>
93
+ <!-- Sidebar - Sidebar Navigation - PHCPress(Pro) -->
94
+ <% end %>
95
+
96
+ <% if defined?phcreallistingspro %>
97
+ <!-- Sidebar - Sidebar Navigation - PHCPress(Pro) -->
98
+ <li class="nav-header">Listing Management</li>
99
+ <li class="has-sub">
100
+ <a href="javascript:;">
101
+ <b class="caret"></b>
102
+ <i class="fas fa-store-alt"></i>
103
+ <span>Property Listings</span>
104
+ </a>
105
+ <ul class="sub-menu">
106
+ <li class="<%= phc_menus_active_controller('phcreallistingspro/property/listings') %>"><%= link_to 'Listing Index', phcreallistingspro.property_listings_path %></li>
107
+ <li class="<%= phc_menus_active_controller('phcreallistingspro/property/listings#new') %>"><%= link_to 'New Listing', phcreallistingspro.new_property_listing_path %></li>
108
+ </ul>
109
+ </li>
110
+ <li class="has-sub">
111
+ <a href="javascript:;">
112
+ <b class="caret"></b>
113
+ <i class="fas fa-list-alt"></i>
114
+ <span>Listing Features</span>
115
+ </a>
116
+ <ul class="sub-menu">
117
+ <li class="<%= phc_menus_active_controller('phcreallistingspro/property/listings') %>"><%= link_to 'Features Index', phcreallistingspro.property_features_path %></li>
118
+ <li class="<%= phc_menus_active_controller('phcreallistingspro/property/listings#new') %>"><%= link_to 'New Features', phcreallistingspro.new_property_feature_path %></li>
91
119
  </ul>
92
120
  </li>
93
121
  <!-- Sidebar - Sidebar Navigation - PHCPress(Pro) -->
@@ -133,8 +161,8 @@
133
161
  <span>Accounts Dashboard</span>
134
162
  </a>
135
163
  <ul class="sub-menu">
136
- <li class="<%= phc_menus_active_controller('phcaccountspro/admin/edit') %>"><%= link_to('Settings', phcaccountspro.edit_user_registration_path) %></li>
137
- <li class="<%= phc_menus_active_controller('phcaccountspro/admin/new') %>"><%= link_to('Logout', phcaccountspro.destroy_user_session_path, method: :delete) %></li>
164
+ <li class="<%= phc_menus_active_controller('phcaccountspro/admin/edit') %>"><%= link_to 'Settings', phcaccountspro.edit_user_registration_path %></li>
165
+ <li class="<%= phc_menus_active_controller('phcaccountspro/admin/new') %>"><%= link_to 'Logout', phcaccountspro.destroy_user_session_path, method: :delete %></li>
138
166
  </ul>
139
167
  </li>
140
168
  <!-- Sidebar - Sidebar Navigation - PHCAccountsPro -->
@@ -2,25 +2,27 @@
2
2
  <html>
3
3
  <head>
4
4
 
5
- <% phc_seo_title "PHCMembers(Pro) DMS" %>
6
- <% phc_seo_description "Membership & Directory Management System by PHCDevworks" %>
5
+ <!-- SEO System -->
6
+ <% phc_seo_title "PHCMembers by PHCDevworks" %>
7
+ <% phc_seo_description "Application to Manage Member Information and Business Directory Listings " %>
8
+ <!-- SEO System -->
7
9
 
8
- <!-- -PHC- SEO and Site Description -->
10
+ <!-- SEO and Site Description -->
9
11
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
10
12
  <title><%= yield(:phc_seo_title) %></title>
11
13
  <meta name="description" content="<%= yield(:phc_seo_description) %>">
12
14
  <meta http-equiv="Content-Type" content="text/html; charset=utf-8" >
13
- <link rel="canonical" href="http://phcmembers.com">
14
- <!-- -PHC- SEO and Site Description -->
15
+ <link rel="canonical" href="http://phcdevworks.com">
16
+ <!-- SEO and Site Description -->
15
17
 
16
- <!-- -PHC- Security -->
18
+ <!-- Rails Security Tags -->
17
19
  <%= csrf_meta_tags %>
18
20
  <%= csp_meta_tag %>
19
- <!-- -PHC- Security -->
21
+ <!-- Rails Security Tags -->
20
22
 
21
- <!-- -PHC- CSS -->
23
+ <!-- CSS Styles -->
22
24
  <%= stylesheet_link_tag 'phcmemberspro/application', media: 'all', 'data-turbolinks-track': 'reload' %>
23
- <!-- -PHC- CSS -->
25
+ <!-- CSS Styles -->
24
26
 
25
27
  <!-- Font -->
26
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"/>
@@ -30,7 +32,7 @@
30
32
  <body>
31
33
 
32
34
  <!-- Page Container -->
33
- <div id="page-container" class="fade page-sidebar-fixed page-header-fixed">
35
+ <div id="page-container" class="page-container fade page-sidebar-fixed page-header-fixed">
34
36
 
35
37
  <!-- Page Header -->
36
38
  <div id="header" class="header navbar-default">
@@ -52,7 +54,7 @@
52
54
  <!-- Page Content -->
53
55
 
54
56
  <!-- Footer Content -->
55
- <div id="footer" class="footer">
57
+ <div id="footer" class="footer mb-4">
56
58
  <%= render 'layouts/phcmemberspro/components/backend/footer/footer' %>
57
59
  </div>
58
60
  <!-- Footer Content -->
@@ -66,16 +68,17 @@
66
68
  </div>
67
69
  <!-- Page Container -->
68
70
 
69
- <!-- Requried JavaScripts -->
71
+ <!-- JavaScript -->
70
72
  <%= javascript_include_tag "phcmemberspro/application", 'data-turbolinks-track': 'reload' %>
71
- <script src="https://cdn.ckeditor.com/4.10.0/full/ckeditor.js"></script>
73
+ <!-- JavaScript -->
72
74
 
75
+ <!-- JavaScript Loader -->
73
76
  <script>
74
77
  $(document).ready(function() {
75
78
  App.init();
76
79
  });
77
80
  </script>
78
- <!-- Requried JavaScripts -->
81
+ <!-- JavaScript Loader -->
79
82
 
80
83
  </body>
81
84
  </html>