Sha256: 41b687ddfd775bcca7545c82c959e4cc5b481e010732fbf021249a381fad67e3
Contents?: true
Size: 781 Bytes
Versions: 31
Compression:
Stored size: 781 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> <%= link_to "See All Listings", phcmemberspro.member_profile_listings_path(@member_profile), class: "btn btn-primary btn-xs" %> </div>
Version data entries
31 entries across 31 versions & 1 rubygems