Sha256: 9e1732d05ff3d6a199e92591b9c103b63139d6d6cb8f3c62ef08002e08db2244
Contents?: true
Size: 907 Bytes
Versions: 1
Compression:
Stored size: 907 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_category.listings.each do |directory_category_listing| %> <tr> <td class="highlight"><%= link_to directory_category_listing.business.mbcompanyname, directory_category_listing_path(directory_listings.category, directory_listings) %></td> <td class="highlight"><%= link_to directory_category_listing.business.mbcontactname, directory_category_listing_path(directory_listings.category, directory_listings) %></td> <td class="highlight"><%= link_to directory_category_listing.business.mbphone, directory_category_listing_path(directory_listings.category, directory_listings) %></td> </tr> <% end %> </tbody> </table> </div>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
phcmemberspro-8.6.1 | app/views/phcmemberspro/directory/categories/components/_category_list.html.erb |