Sha256: 094b0bbdc28dd60d700fea0b0daa15a660cc98042607ee0ba0b595616bbdbacb
Contents?: true
Size: 778 Bytes
Versions: 13
Compression:
Stored size: 778 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", phcmembers.member_profile_listings_path(@member_profile), class: "btn btn-primary btn-xs" %> </div>
Version data entries
13 entries across 13 versions & 1 rubygems