Sha256: 3e8366927f64d3977b7dbf42bb0324bf7e8e5475055d6f9cc3b2dd3a93524163
Contents?: true
Size: 614 Bytes
Versions: 138
Compression:
Stored size: 614 Bytes
Contents
<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>
Version data entries
138 entries across 138 versions & 1 rubygems