Sha256: 1ae29934631c3ea41b5d3eff0e259009fa35cc799c2a1bafb1387405545b18a3

Contents?: true

Size: 957 Bytes

Versions: 13

Compression:

Stored size: 957 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_company_name, phcmemberspro.member_profile_listing_path(member_listing.profile, member_listing) %></td>
					<td><%= link_to member_listing.listing_contact_name, 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_contact_email, 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

13 entries across 13 versions & 1 rubygems

Version Path
phcmemberspro-92.0.3 app/views/phcmemberspro/directory/categories/components/_category_list.html.erb
phcmemberspro-92.0.2 app/views/phcmemberspro/directory/categories/components/_category_list.html.erb
phcmemberspro-92.0.1 app/views/phcmemberspro/directory/categories/components/_category_list.html.erb
phcmemberspro-92.0.0 app/views/phcmemberspro/directory/categories/components/_category_list.html.erb
phcmemberspro-91.4.0 app/views/phcmemberspro/directory/categories/components/_category_list.html.erb
phcmemberspro-91.3.0 app/views/phcmemberspro/directory/categories/components/_category_list.html.erb
phcmemberspro-91.2.0 app/views/phcmemberspro/directory/categories/components/_category_list.html.erb
phcmemberspro-91.1.0 app/views/phcmemberspro/directory/categories/components/_category_list.html.erb
phcmemberspro-91.0.0 app/views/phcmemberspro/directory/categories/components/_category_list.html.erb
phcmemberspro-90.0.0 app/views/phcmemberspro/directory/categories/components/_category_list.html.erb
phcmemberspro-89.0.0 app/views/phcmemberspro/directory/categories/components/_category_list.html.erb
phcmemberspro-88.0.0 app/views/phcmemberspro/directory/categories/components/_category_list.html.erb
phcmemberspro-87.0.0 app/views/phcmemberspro/directory/categories/components/_category_list.html.erb