phcmembers 6.7.0 → 6.7.1

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: '0059236b34a6d79509addec42d2213a38b5c0418'
4
- data.tar.gz: f15812ab5a50bfffe24c8dc1f526ab8630d64ebd
3
+ metadata.gz: 8f11370f653f858cb8cd20fb232702921944810a
4
+ data.tar.gz: a0d78c85def1b3f514bd79d71f407d984dc0d471
5
5
  SHA512:
6
- metadata.gz: 73b452e1e168c2e847b08089598fb966db9fa1ce5a7f1e3a38d260e77f3376c3c5e7fd0cc960b3cfd186ecbd5d85a2279fc9b216e39c142392fe13b3d774723e
7
- data.tar.gz: 6418b7fde7a1458d456078746659135a1157bcc9a30744d5e134c5833aff4592d7e4738cec2862fdea652ed7ff8497ce66e938fe89ca6e2a9e83eb6afea4be32
6
+ metadata.gz: 4c15acdc8664fc9aa84a5cedc2ac5161b6446106fc007d87f6707c8a550ca4f48503142114053be3876ac879fbd7f9cbdf9c3bd67f8a83957a916d3a99777208
7
+ data.tar.gz: 6acd3ad0ca096ed400b504ad497b594ecd906f5bdcba0e9e85b046be4fc82f5e034e3ef2365d513d1632aa03623bf72035c7f3ef0a2a97727f4985dfbab7a67f
@@ -1,4 +1,4 @@
1
1
  <div class="pull-right hidden-xs">
2
- <b>Version</b> 6.6.0 - -03-<%= Date.today.year %>
2
+ <b>Version</b> 6.7.1 - 03-07-<%= Date.today.year %>
3
3
  </div>
4
4
  <strong>&copy; 2012-<%= Time.now.year %> <%= link_to "https://phcnetworks.net", target: "_blank", rel: "nofollow" do %>PHCNetworks<% end %></strong>
@@ -1,8 +1,8 @@
1
1
  <!-- Title System -->
2
2
  <% phc_title "Directory Category Manager" %>
3
3
  <% phc_title_tagline "Edit " + @directory_category.catname + " Category Name" %>
4
- <% phc_breadcrumb_one link_to "Dashboard", phcmemberspro.modules_dashboards_index_path %>
5
- <% phc_breadcrumb_two link_to "Directory Category Index", phcmemberspro.directory_categories_path %>
4
+ <% phc_breadcrumb_one link_to "Dashboard", phcmembers.modules_dashboards_index_path %>
5
+ <% phc_breadcrumb_two link_to "Directory Category Index", phcmembers.directory_categories_path %>
6
6
  <% phc_breadcrumb_three yield(:phc_title_tagline) %>
7
7
  <!-- Title System -->
8
8
 
@@ -1,7 +1,7 @@
1
1
  <!-- Title System -->
2
2
  <% phc_title "Directory Category Manager" %>
3
3
  <% phc_title_tagline "Web Directory Category Index" %>
4
- <% phc_breadcrumb_one link_to "Dashboard", phcmemberspro.modules_dashboards_index_path %>
4
+ <% phc_breadcrumb_one link_to "Dashboard", phcmembers.modules_dashboards_index_path %>
5
5
  <% phc_breadcrumb_two yield(:phc_title_tagline) %>
6
6
  <!-- Title System -->
7
7
 
@@ -1,8 +1,8 @@
1
1
  <!-- Title System -->
2
2
  <% phc_title "Directory Category Manager" %>
3
3
  <% phc_title_tagline "Create a New Directory Category" %>
4
- <% phc_breadcrumb_one link_to "Dashboard", phcmemberspro.modules_dashboards_index_path %>
5
- <% phc_breadcrumb_two link_to "Directory Category Index", phcmemberspro.directory_categories_path %>
4
+ <% phc_breadcrumb_one link_to "Dashboard", phcmembers.modules_dashboards_index_path %>
5
+ <% phc_breadcrumb_two link_to "Directory Category Index", phcmembers.directory_categories_path %>
6
6
  <% phc_breadcrumb_three yield(:phc_title_tagline) %>
7
7
  <!-- Title System -->
8
8
 
@@ -1,8 +1,8 @@
1
1
  <!-- Title System -->
2
2
  <% phc_title "Directory Category Manager" %>
3
3
  <% phc_title_tagline "Detailed Information for " + @directory_category.catname %>
4
- <% phc_breadcrumb_one link_to "Dashboard", phcmemberspro.modules_dashboards_index_path %>
5
- <% phc_breadcrumb_two link_to "Directory Category Index", phcmemberspro.directory_categories_path %>
4
+ <% phc_breadcrumb_one link_to "Dashboard", phcmembers.modules_dashboards_index_path %>
5
+ <% phc_breadcrumb_two link_to "Directory Category Index", phcmembers.directory_categories_path %>
6
6
  <% phc_breadcrumb_three yield(:phc_title_tagline) %>
7
7
  <!-- Title System -->
8
8
 
@@ -1,8 +1,8 @@
1
1
  <!-- Title Variables -->
2
2
  <% phc_title "Member Address Manager" %>
3
3
  <% phc_title_tagline "Update Address for " + @members_profile_info.mfirstname + " " + @members_profile_info.mlastname %>
4
- <% phc_breadcrumb_one link_to "Dashboard", phcmemberspro.modules_dashboards_index_path %>
5
- <% phc_breadcrumb_two link_to "Members List", phcmemberspro.member_profiles_path %>
4
+ <% phc_breadcrumb_one link_to "Dashboard", phcmembers.modules_dashboards_index_path %>
5
+ <% phc_breadcrumb_two link_to "Members List", phcmembers.member_profiles_path %>
6
6
  <% phc_breadcrumb_three yield(:phc_title_tagline) %>
7
7
  <!-- Title System -->
8
8
 
@@ -1,7 +1,7 @@
1
1
  <!-- Title Variables -->
2
2
  <% phc_title "Member Address Manager" %>
3
3
  <% phc_title_tagline "Address Index for " + @members_profile_info.mfirstname + " " + @members_profile_info.mlastname %>
4
- <% phc_breadcrumb_one link_to "Dashboard", phcmemberspro.modules_dashboards_index_path %>
4
+ <% phc_breadcrumb_one link_to "Dashboard", phcmembers.modules_dashboards_index_path %>
5
5
  <% phc_breadcrumb_two yield(:phc_title_tagline) %>
6
6
  <!-- Title System -->
7
7
 
@@ -1,8 +1,8 @@
1
1
  <!-- Title Variables -->
2
2
  <% phc_title "Member Address Manager" %>
3
3
  <% phc_title_tagline "Create a New Address for " + @members_profile_info.mfirstname + " " + @members_profile_info.mlastname %>
4
- <% phc_breadcrumb_one link_to "Dashboard", phcmemberspro.modules_dashboards_index_path %>
5
- <% phc_breadcrumb_two link_to "Members List", phcmemberspro.member_profiles_path %>
4
+ <% phc_breadcrumb_one link_to "Dashboard", phcmembers.modules_dashboards_index_path %>
5
+ <% phc_breadcrumb_two link_to "Members List", phcmembers.member_profiles_path %>
6
6
  <% phc_breadcrumb_three yield(:phc_title_tagline) %>
7
7
  <!-- Title System -->
8
8
 
@@ -1,8 +1,8 @@
1
1
  <!-- Title Variables -->
2
2
  <% phc_title "Member Address Manager" %>
3
3
  <% phc_title_tagline "Detailed Address Information for " + @members_profile_info.mfirstname + " " + @members_profile_info.mlastname %>
4
- <% phc_breadcrumb_one link_to "Dashboard", phcmemberspro.modules_dashboards_index_path %>
5
- <% phc_breadcrumb_two link_to "Members List", phcmemberspro.member_profiles_path %>
4
+ <% phc_breadcrumb_one link_to "Dashboard", phcmembers.modules_dashboards_index_path %>
5
+ <% phc_breadcrumb_two link_to "Members List", phcmembers.member_profiles_path %>
6
6
  <% phc_breadcrumb_three yield(:phc_title_tagline) %>
7
7
  <!-- Title System -->
8
8
 
@@ -1,8 +1,8 @@
1
1
  <!-- Title Variables -->
2
2
  <% phc_title "Member Listing Manager" %>
3
3
  <% phc_title_tagline "Update Listing for " + @members_profile_info.mfirstname + " " + @members_profile_info.mlastname %>
4
- <% phc_breadcrumb_one link_to "Dashboard", phcmemberspro.modules_dashboards_index_path %>
5
- <% phc_breadcrumb_two link_to "Members List", phcmemberspro.member_profiles_path %>
4
+ <% phc_breadcrumb_one link_to "Dashboard", phcmembers.modules_dashboards_index_path %>
5
+ <% phc_breadcrumb_two link_to "Members List", phcmembers.member_profiles_path %>
6
6
  <% phc_breadcrumb_three yield(:phc_title_tagline) %>
7
7
  <!-- Title System -->
8
8
 
@@ -1,7 +1,7 @@
1
1
  <!-- Title Variables -->
2
2
  <% phc_title "Member Listings Manager" %>
3
3
  <% phc_title_tagline "Listing Index for " + @members_profile_info.mfirstname + " " + @members_profile_info.mlastname %>
4
- <% phc_breadcrumb_one link_to "Dashboard", phcmemberspro.modules_dashboards_index_path %>
4
+ <% phc_breadcrumb_one link_to "Dashboard", phcmembers.modules_dashboards_index_path %>
5
5
  <% phc_breadcrumb_two yield(:phc_title_tagline) %>
6
6
  <!-- Title System -->
7
7
 
@@ -1,8 +1,8 @@
1
1
  <!-- Title Variables -->
2
2
  <% phc_title "Member Listing Manager" %>
3
3
  <% phc_title_tagline "Create a New Listing for " + @members_profile_info.mfirstname + " " + @members_profile_info.mlastname %>
4
- <% phc_breadcrumb_one link_to "Dashboard", phcmemberspro.modules_dashboards_index_path %>
5
- <% phc_breadcrumb_two link_to "Members List", phcmemberspro.member_profiles_path %>
4
+ <% phc_breadcrumb_one link_to "Dashboard", phcmembers.modules_dashboards_index_path %>
5
+ <% phc_breadcrumb_two link_to "Members List", phcmembers.member_profiles_path %>
6
6
  <% phc_breadcrumb_three yield(:phc_title_tagline) %>
7
7
  <!-- Title System -->
8
8
 
@@ -1,8 +1,8 @@
1
1
  <!-- Title Variables -->
2
2
  <% phc_title "Member Listing Manager" %>
3
3
  <% phc_title_tagline "Listing Information for " + @members_profile_info.mfirstname + " " + @members_profile_info.mlastname %>
4
- <% phc_breadcrumb_one link_to "Dashboard", phcmemberspro.modules_dashboards_index_path %>
5
- <% phc_breadcrumb_two link_to "Members List", phcmemberspro.member_profiles_path %>
4
+ <% phc_breadcrumb_one link_to "Dashboard", phcmembers.modules_dashboards_index_path %>
5
+ <% phc_breadcrumb_two link_to "Members List", phcmembers.member_profiles_path %>
6
6
  <% phc_breadcrumb_three yield(:phc_title_tagline) %>
7
7
  <!-- Title System -->
8
8
 
@@ -1,7 +1,7 @@
1
1
  <!-- Title System -->
2
2
  <% phc_title "Members Manager" %>
3
3
  <% phc_title_tagline "Update Member Information for " + @member_profile.mfirstname + " " + @member_profile.mlastname %>
4
- <% phc_breadcrumb_one link_to "Dashboard", phcmemberspro.modules_dashboards_index_path %>
4
+ <% phc_breadcrumb_one link_to "Dashboard", phcmembers.modules_dashboards_index_path %>
5
5
  <% phc_breadcrumb_two yield(:phc_title_tagline) %>
6
6
  <!-- Title System -->
7
7
 
@@ -1,7 +1,7 @@
1
1
  <!-- Title System -->
2
2
  <% phc_title "Members Manager" %>
3
3
  <% phc_title_tagline "Members List" %>
4
- <% phc_breadcrumb_one link_to "Dashboard", phcmemberspro.modules_dashboards_index_path %>
4
+ <% phc_breadcrumb_one link_to "Dashboard", phcmembers.modules_dashboards_index_path %>
5
5
  <% phc_breadcrumb_two yield(:phc_title_tagline) %>
6
6
  <!-- Title System -->
7
7
 
@@ -1,7 +1,7 @@
1
1
  <!-- Title System -->
2
2
  <% phc_title "Members Manager" %>
3
3
  <% phc_title_tagline "Create a New Member" %>
4
- <% phc_breadcrumb_one link_to "Dashboard", phcmemberspro.modules_dashboards_index_path %>
4
+ <% phc_breadcrumb_one link_to "Dashboard", phcmembers.modules_dashboards_index_path %>
5
5
  <% phc_breadcrumb_two yield(:phc_title_tagline) %>
6
6
  <!-- Title System -->
7
7
 
@@ -1,7 +1,7 @@
1
1
  <!-- Title System -->
2
2
  <% phc_title "Members Manager" %>
3
3
  <% phc_title_tagline "Create a New Member" %>
4
- <% phc_breadcrumb_one link_to "Dashboard", phcmemberspro.modules_dashboards_index_path %>
4
+ <% phc_breadcrumb_one link_to "Dashboard", phcmembers.modules_dashboards_index_path %>
5
5
  <% phc_breadcrumb_two yield(:phc_title_tagline) %>
6
6
  <!-- Title System -->
7
7
 
@@ -1,3 +1,3 @@
1
1
  module Phcmembers
2
- VERSION = "6.7.0"
2
+ VERSION = "6.7.1"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: phcmembers
3
3
  version: !ruby/object:Gem::Version
4
- version: 6.7.0
4
+ version: 6.7.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - BradPotts