Sha256: 65a5b3e4fc70d22ea80efdf8baa600f7391831545257c4cbebcb27213316ccb5
Contents?: true
Size: 1.2 KB
Versions: 37
Compression:
Stored size: 1.2 KB
Contents
<div class="table-responsive"> <table class="table table-striped table-bordered table-hover table-header-fixed"> <thead class="thead-inverse"> <tr> <th>Company Name</th> <th>Conact Name</th> <th>Street Address</th> <th>Address Line 2</th> <th>City</th> <th>Province</th> <th>Country</th> <th>Postal Code</th> <th>Listing Phone</th> <th>Listing Email</th> <th>Listing Website</th> </tr> </thead> <tbody> <tr> <td class="highlight"><%= @member_listing.mbcompanyname %></td> <td class="highlight"><%= @member_listing.mbcontactname %></td> <td class="highlight"><%= @member_listing.mbaddressl1 %></td> <td class="highlight"><%= @member_listing.mbaddressl2 %></td> <td class="highlight"><%= @member_listing.mbcity %></td> <td class="highlight"><%= @member_listing.mbprovince %></td> <td class="highlight"><%= @member_listing.mbcountry %></td> <td class="highlight"><%= @member_listing.mbpostalcode %></td> <td class="highlight"><%= @member_listing.mbphone %></td> <td class="highlight"><%= @member_listing.mbcontactemail %></td> <td class="highlight"><%= @member_listing.mbwebsite %></td> </tr> </tbody> </table> </div>
Version data entries
37 entries across 37 versions & 1 rubygems