app/views/phcmemberspro/members/contacts/index.html.erb in phcmemberspro-6.8.14 vs app/views/phcmemberspro/members/contacts/index.html.erb in phcmemberspro-6.8.15
- old
+ new
@@ -46,11 +46,10 @@
<th>City</th>
<th>Province</th>
<th>Country</th>
<th>PostalCode</th>
<th>Type</th>
- <th></th>
</tr>
</thead>
<tbody>
<% @members_contacts.each do |members_contact| %>
<tr>
@@ -59,14 +58,9 @@
<td><%= link_to members_contact.mccity, members_main_contact_path(members_contact.main, members_contact) %></td>
<td><%= link_to members_contact.mcprovince, members_main_contact_path(members_contact.main, members_contact) %></td>
<td><%= link_to members_contact.mccountry, members_main_contact_path(members_contact.main, members_contact) %></td>
<td><%= link_to members_contact.mcpostalcode, members_main_contact_path(members_contact.main, members_contact) %></td>
<td><%= link_to members_contact.mctype, members_main_contact_path(members_contact.main, members_contact) %></td>
- <td>
- <%= link_to members_main_contact_path(members_contact.main, members_contact), class: "btn blue-chambray btn-xs btn-outline sbold uppercase" do %>
- <i class="fa fa-share"></i> ADDRESS DETAILS
- <% end %>
- </td>
</tr>
<% end %>
</tbody>
</table>
</div>