Sha256: 6b8ea049983ba435fc17bb69e4f690070b4ec8279b5d0947485476f2f42830a4
Contents?: true
Size: 657 Bytes
Versions: 10
Compression:
Stored size: 657 Bytes
Contents
<div class="table-responsive"> <table class="table table-striped table-bordered 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
10 entries across 10 versions & 1 rubygems