phcmemberspro 8.5.7 → 8.5.8

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: c0bb9a4c7f796aca99c6ca97561728538690666f
4
- data.tar.gz: 011532c4f7062a2958606bfca53a787394ac5e3c
3
+ metadata.gz: b552c7da97caee0114b424a4622417cb4a80dcea
4
+ data.tar.gz: c2bc1e24ef7f71ce6db34422688f0ed5b9f13ffc
5
5
  SHA512:
6
- metadata.gz: 0f4099af0e4c05d0d7988f5ddb21977122c1ae6e0951a55e96a1062d166b917da7a0308eed55a5655920c0b60489f0a7f046adbed36db9c2146c24f8e2f95974
7
- data.tar.gz: c30ed64fc6384a38188bf2b0717968aad7e9ea0ce11c44fdaabb2195d21dbed75cf9e699056e30ab88d55252b6e5e33e1075f84d40bdbfe9c4fd33dfbcf34604
6
+ metadata.gz: bd9a83203145f337f6c97cea496551ba937366685390d6edf94b18a353b8dac45287fc0f1b1bce53ad4196ea7da3c11a05ce3e4d16a40a354372795d746404a0
7
+ data.tar.gz: 5c2578b60d966973f68605c2766e931dcedaca063e53635805670e5b1182737e8dad0ae1bce6a76d21491be6cb6c536d959841184a2b8142c197fcfd77e31557
@@ -1,19 +1,19 @@
1
1
  <table class="table table-striped table-bordered table-advance table-hover">
2
2
  <thead>
3
3
  <tr>
4
- <th>Company Name</th>
5
- <th>Conact Name</th>
4
+ <th>Address Line 1</th>
6
5
  <th>City</th>
7
- <th>Business Phone</th>
6
+ <th>Province</th>
7
+ <th>Type</th>
8
8
  </tr>
9
9
  </thead>
10
10
  <tbody>
11
- <% @members_main.businesses.each do |members_main_business| %>
11
+ <% @members_main.contacts.each do |members_main_contact| %>
12
12
  <tr>
13
- <td class="highlight"><%= members_main_business.mbcompanyname %></td>
14
- <td class="highlight"><%= members_main_business.mbcontactname %></td>
15
- <td class="highlight"><%= members_main_business.mbcity %></td>
16
- <td class="highlight"><%= members_main_business.mbphone %></td>
13
+ <td class="highlight"><%= link_to members_main_contact.mcaddressl1, members_main_contact_path(members_contact.main, members_contact) %></td>
14
+ <td class="highlight"><%= link_to members_main_contact.mccity, members_main_contact_path(members_contact.main, members_contact) %></td>
15
+ <td class="highlight"><%= link_to members_main_contact.mcprovince, members_main_contact_path(members_contact.main, members_contact) %></td>
16
+ <td class="highlight"><%= link_to members_main_contact.mctype, members_main_contact_path(members_contact.main, members_contact) %></td>
17
17
  </tr>
18
18
  <% end %>
19
19
  </tbody>
@@ -1,3 +1,3 @@
1
1
  module Phcmemberspro
2
- VERSION = "8.5.7"
2
+ VERSION = "8.5.8"
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: 8.5.7
4
+ version: 8.5.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - BradPotts