app/views/phcmemberspro/member/addresses/components/_address_address.html.erb in phcmemberspro-11.9.5 vs app/views/phcmemberspro/member/addresses/components/_address_address.html.erb in phcmemberspro-11.9.6
- old
+ new
@@ -1,31 +1,29 @@
-<div class="table-responsive">
- <table class="table table-striped table-bordered table-hover table-header-fixed">
+<table class="table table-striped table-bordered table-hover table-header-fixed">
- <thead class="thead-inverse">
- <tr>
- <th>Street Address</th>
- <th>Address Line 2</th>
- <th>City</th>
- <th>Province</th>
- <th>Country</th>
- <th>Postal Code</th>
- <th>Listing Email</th>
- <th>Listing Phone</th>
- <th>Listing Email</th>
- <th>Listing Website</th>
- </tr>
- </thead>
+ <thead class="thead-inverse">
+ <tr>
+ <th>Street Address</th>
+ <th>Address Line 2</th>
+ <th>City</th>
+ <th>Province</th>
+ <th>Country</th>
+ <th>Postal Code</th>
+ <th>Listing Email</th>
+ <th>Listing Phone</th>
+ <th>Listing Email</th>
+ <th>Listing Website</th>
+ </tr>
+ </thead>
- <tbody>
- <tr>
- <td class="highlight"><%= link_to @member_address.mcaddressl1, phcmemberspro.edit_member_profile_address_path %></td>
- <td class="highlight"><%= link_to @member_address.mcaddressl2, phcmemberspro.edit_member_profile_address_path %></td>
- <td class="highlight"><%= link_to @member_address.mccity, phcmemberspro.edit_member_profile_address_path %></td>
- <td class="highlight"><%= link_to @member_address.mcprovince, phcmemberspro.edit_member_profile_address_path %></td>
- <td class="highlight"><%= link_to @member_address.mccountry, phcmemberspro.edit_member_profile_address_path %></td>
- <td class="highlight"><%= link_to @member_address.mcpostalcode, phcmemberspro.edit_member_profile_address_path %></td>
- </tr>
- </tbody>
+ <tbody>
+ <tr>
+ <td class="highlight"><%= link_to @member_address.mcaddressl1, phcmemberspro.edit_member_profile_address_path %></td>
+ <td class="highlight"><%= link_to @member_address.mcaddressl2, phcmemberspro.edit_member_profile_address_path %></td>
+ <td class="highlight"><%= link_to @member_address.mccity, phcmemberspro.edit_member_profile_address_path %></td>
+ <td class="highlight"><%= link_to @member_address.mcprovince, phcmemberspro.edit_member_profile_address_path %></td>
+ <td class="highlight"><%= link_to @member_address.mccountry, phcmemberspro.edit_member_profile_address_path %></td>
+ <td class="highlight"><%= link_to @member_address.mcpostalcode, phcmemberspro.edit_member_profile_address_path %></td>
+ </tr>
+ </tbody>
- </table>
-</div>
+</table>