Sha256: 6cdbd7a6829eb066362ac87415ac4f27cc3ef1480f91930ecde88b11f0c6a151
Contents?: true
Size: 1.15 KB
Versions: 53
Compression:
Stored size: 1.15 KB
Contents
<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>Address Type</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> <td class="highlight"><%= link_to @member_address.mctype, phcmemberspro.edit_member_profile_address_path %></td> </tr> </tbody> </table>
Version data entries
53 entries across 53 versions & 1 rubygems