Sha256: 77cf87226635bf87b9c0bd91744f763f35de57d3e26872cc7e72fedd99bcd5c4
Contents?: true
Size: 680 Bytes
Versions: 50
Compression:
Stored size: 680 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
50 entries across 50 versions & 1 rubygems