app/views/phcmemberspro/members/businesses/index.html.erb in phcmemberspro-5.1.5 vs app/views/phcmemberspro/members/businesses/index.html.erb in phcmemberspro-5.2.0
- old
+ new
@@ -46,10 +46,11 @@
<th>Conact Name</th>
<th>City</th>
<th>Country</th>
<th>Business Phone</th>
<th>Business Email</th>
+ <th>Business Website</th>
<th colspan="2"></th>
</tr>
</thead>
<tbody>
@@ -59,9 +60,10 @@
<td><%= members_business.mbcontactname %></td>
<td><%= members_business.mbcity %></td>
<td><%= members_business.mbcountry %></td>
<td><%= members_business.mbphone %></td>
<td><%= members_business.mbcontactemail %></td>
+ <td><%= members_business.mbwebsite %></td>
<td>
<%= link_to members_main_business_path(members_business.main, members_business), class: "btn blue-chambray btn-xs btn-outline sbold uppercase" do %>
<i class="fa fa-share"></i> BUSINESS DETAILS
<% end %>
</td>