Sha256: cf5886d18ff6b31704eab47338e61e60fe2f314c4095d4b79c97ee3f514965a2
Contents?: true
Size: 873 Bytes
Versions: 63
Compression:
Stored size: 873 Bytes
Contents
<div class="table-responsive"> <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> <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> </tr> </tbody> </table> </div>
Version data entries
63 entries across 63 versions & 1 rubygems