Sha256: 22da154fa005e43b0797e8ba5913cdc314d710c20c85c45e48417bd2c45ce7ab
Contents?: true
Size: 1.2 KB
Versions: 29
Compression:
Stored size: 1.2 KB
Contents
W<div class="table-responsive"> <table class="table table-striped table-bordered table-hover"> <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> </div>
Version data entries
29 entries across 29 versions & 1 rubygems