Sha256: df70f996f744316bdf9fd9c2cde98af93bf8d4aedff1ac83de50234237428844
Contents?: true
Size: 866 Bytes
Versions: 16
Compression:
Stored size: 866 Bytes
Contents
<div class="table-responsive"> <table class="table table-striped table-bordered table-hover table-header-fixed"> <thead> <tr> <th>Business Name</th> <th>Contact Name</th> <th>Phone Number</th> </tr> </thead> <tbody> <% @directory_listings.each do |directory_listings| %> <tr> <td class="highlight"><%= link_to directory_listings.business.mbcompanyname, directory_category_listing_path(directory_listings.category, directory_listings) %></td> <td class="highlight"><%= link_to directory_listings.business.mbcontactname, directory_category_listing_path(directory_listings.category, directory_listings) %></td> <td class="highlight"><%= link_to directory_listings.business.mbphone, directory_category_listing_path(directory_listings.category, directory_listings) %></td> </tr> <% end %> </tbody> </table> </div>
Version data entries
16 entries across 16 versions & 1 rubygems