Sha256: efab8cfd9a946b569577540b3128dd897b5c82e82a61938e12ce0c542e404104
Contents?: true
Size: 672 Bytes
Versions: 3
Compression:
Stored size: 672 Bytes
Contents
<div class="table-responsive"> <table class="table table-striped table-bordered table-advance table-hover"> <thead> <tr> <th>Company Name</th> <th>Conact Name</th> <th>City</th> <th>Business Phone</th> </tr> </thead> <tbody> <% @member_profile.listings.each do |member_profile_listing| %> <tr> <td class="highlight"><%= member_profile_listing.mbcompanyname %></td> <td class="highlight"><%= member_profile_listing.mbcontactname %></td> <td class="highlight"><%= member_profile_listing.mbcity %></td> <td class="highlight"><%= member_profile_listing.mbphone %></td> </tr> <% end %> </tbody> </table> </div>
Version data entries
3 entries across 3 versions & 1 rubygems