app/views/phcmemberspro/member/addresses/components/_address_address.html.erb in phcmemberspro-11.9.0 vs app/views/phcmemberspro/member/addresses/components/_address_address.html.erb in phcmemberspro-11.9.1

- old
+ new

@@ -16,15 +16,15 @@ </tr> </thead> <tbody> <tr> - <td class="highlight"><%= @member_address.mcaddressl1 %></td> - <td class="highlight"><%= @member_address.mcaddressl2 %></td> - <td class="highlight"><%= @member_address.mccity %></td> - <td class="highlight"><%= @member_address.mcprovince %></td> - <td class="highlight"><%= @member_address.mccountry %></td> - <td class="highlight"><%= @member_address.mcpostalcode %></td> + <td class="highlight"><%= link_to @member_address.mcaddressl1, edit_member_profile_listing %></td> + <td class="highlight"><%= link_to @member_address.mcaddressl2, edit_member_profile_listing %></td> + <td class="highlight"><%= link_to @member_address.mccity, edit_member_profile_listing %></td> + <td class="highlight"><%= link_to @member_address.mcprovince, edit_member_profile_listing %></td> + <td class="highlight"><%= link_to @member_address.mccountry, edit_member_profile_listing %></td> + <td class="highlight"><%= link_to @member_address.mcpostalcode, edit_member_profile_listing %></td> </tr> </tbody> </table> </div>