Sha256: 5a3a08c762e549e842a4f6d53bfa6fad8b4dc89239ff06351db6021b03071d1b
Contents?: true
Size: 954 Bytes
Versions: 1
Compression:
Stored size: 954 Bytes
Contents
<div class="table-responsive"> <table class="table table-striped table-bordered table-hover"> <tbody> <% @directory_category.listings.each do |member_listing| %> <tr> <td><%= link_to member_listing.listing_companyname, phcmemberspro.member_profile_listing_path(member_listing.profile, member_listing) %></td> <td><%= link_to member_listing.listing_contactname, phcmemberspro.member_profile_listing_path(member_listing.profile, member_listing) %></td> <td><%= link_to member_listing.listing_phone, phcmemberspro.member_profile_listing_path(member_listing.profile, member_listing) %></td> <td><%= link_to member_listing.listing_contactemail, phcmemberspro.member_profile_listing_path(member_listing.profile, member_listing) %></td> <td><%= link_to member_listing.listing_website, phcmemberspro.member_profile_listing_path(member_listing.profile, member_listing) %></td> </tr> <% end %> </tbody> </table> </div>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
phcmemberspro-86.0.0 | app/views/phcmemberspro/directory/categories/components/_category_list.html.erb |