Sha256: cdd5aa4740296139a87b5961460bc08af94f8e6d92278d609a954c426a417af2
Contents?: true
Size: 1.17 KB
Versions: 13
Compression:
Stored size: 1.17 KB
Contents
<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, phcmembers.edit_member_profile_address_path %></td> <td class="highlight"><%= link_to @member_address.mcaddressl2, phcmembers.edit_member_profile_address_path %></td> <td class="highlight"><%= link_to @member_address.mccity, phcmembers.edit_member_profile_address_path %></td> <td class="highlight"><%= link_to @member_address.mcprovince, phcmembers.edit_member_profile_address_path %></td> <td class="highlight"><%= link_to @member_address.mccountry, phcmembers.edit_member_profile_address_path %></td> <td class="highlight"><%= link_to @member_address.mcpostalcode, phcmembers.edit_member_profile_address_path %></td> <td class="highlight"><%= link_to @member_address.mctype, phcmembers.edit_member_profile_address_path %></td> </tr> </tbody> </table> </div>
Version data entries
13 entries across 13 versions & 1 rubygems