app/views/phcmembers/member/listings/index.html.erb in phcmembers-63.0.0 vs app/views/phcmembers/member/listings/index.html.erb in phcmembers-64.0.0
- old
+ new
@@ -36,11 +36,10 @@
<tr>
<th>Company Name</th>
<th>Conact Name</th>
<th>City</th>
<th>Country</th>
- <th>Listing Phone</th>
<th>Listing Email</th>
<th>Listing Website</th>
<th></th>
</tr>
</thead>
@@ -49,10 +48,9 @@
<tr>
<td class="highlight"><%= link_to member_listing.listing_company_name, member_profile_listing_path(member_listing.profile, member_listing) %></td>
<td class="highlight"><%= link_to member_listing.listing_contact_name, member_profile_listing_path(member_listing.profile, member_listing) %></td>
<td class="highlight"><%= link_to member_listing.listing_city, member_profile_listing_path(member_listing.profile, member_listing) %></td>
<td class="highlight"><%= link_to member_listing.listing_province, member_profile_listing_path(member_listing.profile, member_listing) %></td>
- <td class="highlight"><%= link_to member_listing.listing_phone, member_profile_listing_path(member_listing.profile, member_listing) %></td>
<td class="highlight"><%= link_to member_listing.listing_contact_email, member_profile_listing_path(member_listing.profile, member_listing) %></td>
<td class="highlight"><%= link_to member_listing.listing_website, member_profile_listing_path(member_listing.profile, member_listing) %></td>
<td>
<div class="btn-group d-flex" role="group">
<%= link_to 'Details', member_profile_listing_path(member_listing.profile, member_listing), class: "btn btn-primary btn-xs" %>