phcmemberspro 6.0.1 → 6.5.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 45664527a14bdc7d559c7db890337df005c555dc
4
- data.tar.gz: 07efa6cab5279598e11c543a236bc4393bb70ad4
3
+ metadata.gz: af9894f2b9db5a9b9ae15e4d5c8cee2a940ef25b
4
+ data.tar.gz: 3acdc80513cc6a8c0d52965723b7729c0635064a
5
5
  SHA512:
6
- metadata.gz: a99387a666f29e20afbfd96fee7b7a3957b51cd6fb7791dc22bcc68a9784801576e8d4f12d0d409ae15f617b147fa49f92c695dfefd71eff003034c8f9a30964
7
- data.tar.gz: 8b8ec3bd8b3cfa2c46d41d2a4aaa0b725cee9f738ef48d2ba5962bfbc8e6b6fb99cbefbc23cc0f08865259469a7602063def37191a0740f67ff59e48f0da5752
6
+ metadata.gz: b8ebbf130b5f0d2efba3c10f5500c02275b7e4917dd3dc90e0b6fe9c13bdc78cbc94fffe8c429927d73222d5460a50fc9458544232a25fe02f13bbb5238a3501
7
+ data.tar.gz: f1dd5ffd8655ee054d8adacf30d381cde8def845a00738d75df29979d127f7e02f67741b4d711118582d06500f655289095e97019e2493c630ce3d8b02b69a5a
@@ -5,10 +5,10 @@
5
5
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
6
6
  <title><%= content_for?(:title) ? yield(:title) : "PHCMembers - Dashboard" %></title>
7
7
  <meta http-equiv="Content-Type" content="text/html; charset=utf-8" >
8
- <link rel="canonical" href="http://phcmembers.com">
8
+ <link rel="canonical" href="https://phcmembers.com">
9
9
 
10
10
  <!-- Font -->
11
- <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"/>
11
+ <link rel="stylesheet" type="text/css" href="//fonts.googleapis.com/css?family=Open+Sans:300,400%7CRaleway:300,400,500,600,700%7CLato:300,400,400italic,600,700"/>
12
12
 
13
13
  <!-- Requried Style Sheets -->
14
14
  <%= stylesheet_link_tag "backend", media: "all" %>
@@ -50,7 +50,7 @@
50
50
  <!-- START FOOTER -->
51
51
  <div class="page-footer">
52
52
  <div class="page-footer-inner"> 2016 &copy; PHCMembers Pro
53
- <a href="http://www.phcnetworks.net" title="PHCMEMBERS by PHCNETWORKS" target="_blank"> by PHCNetworks</a>
53
+ <a href="https://www.phcnetworks.net" title="PHCMEMBERS by PHCNETWORKS" target="_blank"> by PHCNetworks</a>
54
54
  </div>
55
55
  <div class="scroll-to-top">
56
56
  <i class="icon-arrow-up"></i>
@@ -58,7 +58,7 @@
58
58
  </div>
59
59
  <!-- END FOOTER -->
60
60
 
61
- <script type="text/javascript" src="https://frmwrks.phcnetworks.net/metronic/version_4.5.6/theme_ltr/assets/layouts/layout/scripts/demo.js"></script>
61
+ <script type="text/javascript" src="//frmwrks.phcnetworks.net/metronic/version_4.5.6/theme_ltr/assets/layouts/layout/scripts/demo.js"></script>
62
62
 
63
63
  </body>
64
64
  </html>
@@ -5,17 +5,17 @@
5
5
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
6
6
  <title><%= content_for?(:title) ? yield(:title) : "PHCMembers - Members Manager" %></title>
7
7
  <meta http-equiv="Content-Type" content="text/html; charset=utf-8" >
8
- <link rel="canonical" href="http://phcmembers.com">
8
+ <link rel="canonical" href="https://phcmembers.com">
9
9
 
10
10
  <!-- Font -->
11
- <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"/>
11
+ <link rel="stylesheet" type="text/css" href="//fonts.googleapis.com/css?family=Open+Sans:300,400%7CRaleway:300,400,500,600,700%7CLato:300,400,400italic,600,700"/>
12
12
 
13
13
  <!-- Requried Style Sheets -->
14
- <link href="http://api.tiles.mapbox.com/mapbox.js/v1.0.2/mapbox.css" rel="stylesheet" />
14
+ <link href="//api.tiles.mapbox.com/mapbox.js/v1.0.2/mapbox.css" rel="stylesheet" />
15
15
  <%= stylesheet_link_tag "backend_profile", media: "all" %>
16
16
 
17
17
  <!-- Requried JavaScripts -->
18
- <script src="http://api.tiles.mapbox.com/mapbox.js/v1.0.2/mapbox.js"></script>
18
+ <script src="//api.tiles.mapbox.com/mapbox.js/v1.0.2/mapbox.js"></script>
19
19
  <%= javascript_include_tag "backend" %>
20
20
 
21
21
  <!-- Security -->
@@ -52,7 +52,7 @@
52
52
  <!-- START FOOTER -->
53
53
  <div class="page-footer">
54
54
  <div class="page-footer-inner"> 2016 &copy; PHCMembers Pro
55
- <a href="http://www.phcnetworks.net" title="PHCMEMBERS by PHCNETWORKS" target="_blank"> by PHCNetworks</a>
55
+ <a href="https://www.phcnetworks.net" title="PHCMEMBERS by PHCNETWORKS" target="_blank"> by PHCNetworks</a>
56
56
  </div>
57
57
  <div class="scroll-to-top">
58
58
  <i class="icon-arrow-up"></i>
@@ -60,7 +60,7 @@
60
60
  </div>
61
61
  <!-- END FOOTER -->
62
62
 
63
- <script type="text/javascript" src="https://frmwrks.phcnetworks.net/metronic/version_4.5.6/theme_ltr/assets/layouts/layout/scripts/demo.js"></script>
63
+ <script type="text/javascript" src="//frmwrks.phcnetworks.net/metronic/version_4.5.6/theme_ltr/assets/layouts/layout/scripts/demo.js"></script>
64
64
 
65
65
  </body>
66
66
  </html>
@@ -5,17 +5,17 @@
5
5
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
6
6
  <title><%= content_for?(:title) ? yield(:title) : "PHCMembers - Members Manager" %></title>
7
7
  <meta http-equiv="Content-Type" content="text/html; charset=utf-8" >
8
- <link rel="canonical" href="http://phcmembers.com">
8
+ <link rel="canonical" href="https://phcmembers.com">
9
9
 
10
10
  <!-- Font -->
11
- <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"/>
11
+ <link rel="stylesheet" type="text/css" href="//fonts.googleapis.com/css?family=Open+Sans:300,400%7CRaleway:300,400,500,600,700%7CLato:300,400,400italic,600,700"/>
12
12
 
13
13
  <!-- Requried Style Sheets -->
14
- <link href="http://api.tiles.mapbox.com/mapbox.js/v1.0.2/mapbox.css" rel="stylesheet" />
14
+ <link href="//api.tiles.mapbox.com/mapbox.js/v1.0.2/mapbox.css" rel="stylesheet" />
15
15
  <%= stylesheet_link_tag "backend_profile", media: "all" %>
16
16
 
17
17
  <!-- Requried JavaScripts -->
18
- <script src="http://api.tiles.mapbox.com/mapbox.js/v1.0.2/mapbox.js"></script>
18
+ <script src="//api.tiles.mapbox.com/mapbox.js/v1.0.2/mapbox.js"></script>
19
19
  <%= javascript_include_tag "backend" %>
20
20
 
21
21
  <!-- Security -->
@@ -52,7 +52,7 @@
52
52
  <!-- START FOOTER -->
53
53
  <div class="page-footer">
54
54
  <div class="page-footer-inner"> 2016 &copy; PHCMembers Pro
55
- <a href="http://www.phcnetworks.net" title="PHCMEMBERS by PHCNETWORKS" target="_blank"> by PHCNetworks</a>
55
+ <a href="https://www.phcnetworks.net" title="PHCMEMBERS by PHCNETWORKS" target="_blank"> by PHCNetworks</a>
56
56
  </div>
57
57
  <div class="scroll-to-top">
58
58
  <i class="icon-arrow-up"></i>
@@ -60,7 +60,7 @@
60
60
  </div>
61
61
  <!-- END FOOTER -->
62
62
 
63
- <script type="text/javascript" src="https://frmwrks.phcnetworks.net/metronic/version_4.5.6/theme_ltr/assets/layouts/layout/scripts/demo.js"></script>
63
+ <script type="text/javascript" src="//frmwrks.phcnetworks.net/metronic/version_4.5.6/theme_ltr/assets/layouts/layout/scripts/demo.js"></script>
64
64
 
65
65
  </body>
66
66
  </html>
@@ -5,17 +5,17 @@
5
5
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
6
6
  <title><%= content_for?(:title) ? yield(:title) : "PHCMembers - Members Manager" %></title>
7
7
  <meta http-equiv="Content-Type" content="text/html; charset=utf-8" >
8
- <link rel="canonical" href="http://phcmembers.com">
8
+ <link rel="canonical" href="https://phcmembers.com">
9
9
 
10
10
  <!-- Font -->
11
- <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"/>
11
+ <link rel="stylesheet" type="text/css" href="//fonts.googleapis.com/css?family=Open+Sans:300,400%7CRaleway:300,400,500,600,700%7CLato:300,400,400italic,600,700"/>
12
12
 
13
13
  <!-- Requried Style Sheets -->
14
- <link href="http://api.tiles.mapbox.com/mapbox.js/v1.0.2/mapbox.css" rel="stylesheet" />
14
+ <link href="//api.tiles.mapbox.com/mapbox.js/v1.0.2/mapbox.css" rel="stylesheet" />
15
15
  <%= stylesheet_link_tag "backend_profile", media: "all" %>
16
16
 
17
17
  <!-- Requried JavaScripts -->
18
- <script src="http://api.tiles.mapbox.com/mapbox.js/v1.0.2/mapbox.js"></script>
18
+ <script src="//api.tiles.mapbox.com/mapbox.js/v1.0.2/mapbox.js"></script>
19
19
  <%= javascript_include_tag "backend" %>
20
20
 
21
21
  <!-- Security -->
@@ -52,7 +52,7 @@
52
52
  <!-- START FOOTER -->
53
53
  <div class="page-footer">
54
54
  <div class="page-footer-inner"> 2016 &copy; PHCMembers Pro
55
- <a href="http://www.phcnetworks.net" title="PHCMEMBERS by PHCNETWORKS" target="_blank"> by PHCNetworks</a>
55
+ <a href="https://www.phcnetworks.net" title="PHCMEMBERS by PHCNETWORKS" target="_blank"> by PHCNetworks</a>
56
56
  </div>
57
57
  <div class="scroll-to-top">
58
58
  <i class="icon-arrow-up"></i>
@@ -60,7 +60,7 @@
60
60
  </div>
61
61
  <!-- END FOOTER -->
62
62
 
63
- <script type="text/javascript" src="https://frmwrks.phcnetworks.net/metronic/version_4.5.6/theme_ltr/assets/layouts/layout/scripts/demo.js"></script>
63
+ <script type="text/javascript" src="//frmwrks.phcnetworks.net/metronic/version_4.5.6/theme_ltr/assets/layouts/layout/scripts/demo.js"></script>
64
64
 
65
65
  </body>
66
66
  </html>
@@ -1,3 +1,3 @@
1
1
  module Phcmemberspro
2
- VERSION = "6.0.1"
2
+ VERSION = "6.5.0"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: phcmemberspro
3
3
  version: !ruby/object:Gem::Version
4
- version: 6.0.1
4
+ version: 6.5.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - BradPotts
@@ -456,8 +456,6 @@ files:
456
456
  - app/models/phcmemberspro/members/business.rb
457
457
  - app/models/phcmemberspro/members/contact.rb
458
458
  - app/models/phcmemberspro/members/main.rb
459
- - app/views/layouts/components/header/_header_system.html.erb
460
- - app/views/layouts/components/navigation/_side_menu.html.erb
461
459
  - app/views/layouts/phcmemberspro/application.html.erb
462
460
  - app/views/layouts/phcmemberspro/directory/directory_all.html.erb
463
461
  - app/views/layouts/phcmemberspro/members/members_all.html.erb
@@ -1,39 +0,0 @@
1
- <div class="page-header-inner ">
2
- <!-- Logo -->
3
- <div class="page-logo">
4
- <div class="menu-toggler sidebar-toggler">
5
- <span></span>
6
- </div>
7
- </div>
8
- <!-- Logo -->
9
- <!-- Responsive Menu Element -->
10
- <a href="javascript:;" class="menu-toggler responsive-toggler" data-toggle="collapse" data-target=".navbar-collapse">
11
- <span></span>
12
- </a>
13
- <!-- Responsive Menu Element -->
14
- <!-- Top Bar Including Notification -->
15
- <div class="top-menu">
16
- <% if current_user %>
17
- <ul class="nav navbar-nav pull-right">
18
- <li class="dropdown dropdown-extended dropdown-notification" id="header_notification_bar">
19
- <li class="dropdown dropdown-user">
20
- <a href="javascript:;" class="dropdown-toggle" data-toggle="dropdown" data-hover="dropdown" data-close-others="true">
21
-
22
- <span class="username username-hide-on-mobile"> <%= current_user.first_name + ' ' + current_user.last_name %> </span>
23
- <i class="fa fa-angle-down"></i>
24
- </a>
25
- <ul class="dropdown-menu dropdown-menu-default">
26
- <li class="divider"> </li>
27
- <li>
28
- <%= link_to main_app.logout_path, class: "nav-link", method: :get do %>
29
- <i class="icon-key"></i> Log Out
30
- <% end %>
31
- </li>
32
- </ul>
33
- </li>
34
- </li>
35
- </ul>
36
- <% end %>
37
- </div>
38
- <!-- Top Bar Including Notification -->
39
- </div>
@@ -1,94 +0,0 @@
1
- <div class="page-sidebar navbar-collapse collapse">
2
- <ul class="page-sidebar-menu page-header-fixed " data-keep-expanded="false" data-auto-scroll="true" data-slide-speed="200" style="padding-top: 20px">
3
- <!-- Toggle Button -->
4
- <li class="sidebar-toggler-wrapper hide">
5
- <div class="sidebar-toggler">
6
- <span></span>
7
- </div>
8
- </li>
9
- <!-- Toggle Button -->
10
- <!-- Search Feild -->
11
- <li class="sidebar-search-wrapper">
12
- <form class="sidebar-search sidebar-search-bordered" action="page_general_search_3.html" method="POST">
13
- <a href="javascript:;" class="remove">
14
- <i class="icon-close"></i>
15
- </a>
16
- <div class="input-group">
17
- <input type="text" class="form-control" placeholder="Search...">
18
- <span class="input-group-btn">
19
- <a href="javascript:;" class="btn submit">
20
- <i class="icon-magnifier"></i>
21
- </a>
22
- </span>
23
- </div>
24
- </form>
25
- </li>
26
- <!-- Search Feild -->
27
- <!-- Dashboard Nav -->
28
- <li class="nav-item start ">
29
- <a href="javascript:;" class="nav-link nav-toggle">
30
- <i class="icon-home"></i>
31
- <span class="title">Dashboard</span>
32
- <span class="arrow"></span>
33
- </a>
34
- <ul class="sub-menu">
35
- <li class="nav-item start ">
36
- <%= link_to phcmemberspro.members_mains_path, class: "nav-link" do %>
37
- <i class="icon-bar-chart"></i>
38
- <span class="title">Main Dashboard</span>
39
- <% end %>
40
- </li>
41
- </ul>
42
- </li>
43
- <!-- Dashboard Nav -->
44
- <!-- Members Nav -->
45
- <li class="heading">
46
- <h3 class="uppercase">Members &amp; Directories</h3>
47
- </li>
48
- <li class="nav-item start ">
49
- <a href="javascript:;" class="nav-link nav-toggle">
50
- <i class="icon-user"></i>
51
- <span class="title">Member Information</span>
52
- <span class="arrow"></span>
53
- </a>
54
- <ul class="sub-menu">
55
- <li class="nav-item start">
56
- <%= link_to phcmemberspro.members_mains_path, class: "nav-link" do %>
57
- <i class="icon-user"></i>
58
- <span class="title">Member's Index</span>
59
- <% end %>
60
- </li>
61
- <li class="nav-item start">
62
- <%= link_to phcmemberspro.new_members_main_path, class: "nav-link" do %>
63
- <i class="icon-plus"></i>
64
- <span class="title">Create a Member</span>
65
- <% end %>
66
- </li>
67
- </ul>
68
- </li>
69
- <!-- Members Nav -->
70
- <!-- Directories Nav -->
71
- <li class="nav-item start ">
72
- <a href="javascript:;" class="nav-link nav-toggle">
73
- <i class="icon-notebook"></i>
74
- <span class="title">Directory Categories</span>
75
- <span class="arrow"></span>
76
- </a>
77
- <ul class="sub-menu">
78
- <li class="nav-item start">
79
- <%= link_to phcmemberspro.directory_categories_path, class: "nav-link" do %>
80
- <i class="icon-notebook"></i>
81
- <span class="title">Category Index</span>
82
- <% end %>
83
- </li>
84
- <li class="nav-item start">
85
- <%= link_to phcmemberspro.new_directory_category_path, class: "nav-link" do %>
86
- <i class="icon-plus"></i>
87
- <span class="title">Add a Category</span>
88
- <% end %>
89
- </li>
90
- </ul>
91
- </li>
92
- <!-- Directories Nav -->
93
- </ul>
94
- </div>