Sha256: 7f7d2f9a1e14e99765f2ca20f17477a863efcfeb51cc10a6965cafbf6f503303

Contents?: true

Size: 909 Bytes

Versions: 3

Compression:

Stored size: 909 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.mbcompanyname, phcmembers.member_profile_listing_path(member_listing.profile, member_listing) %></td>
					<td><%= link_to member_listing.mbcontactname, phcmembers.member_profile_listing_path(member_listing.profile, member_listing) %></td>
					<td><%= link_to member_listing.mbphone, phcmembers.member_profile_listing_path(member_listing.profile, member_listing) %></td>
					<td><%= link_to member_listing.mbcontactemail, phcmembers.member_profile_listing_path(member_listing.profile, member_listing) %></td>
					<td><%= link_to member_listing.mbwebsite, phcmembers.member_profile_listing_path(member_listing.profile, member_listing) %></td>
				</tr>
			<% end %>
		</tbody>
	</table>
</div>

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
phcmembers-61.5.0 app/views/phcmembers/directory/categories/components/_category_list.html.erb
phcmembers-61.4.0 app/views/phcmembers/directory/categories/components/_category_list.html.erb
phcmembers-61.3.0 app/views/phcmembers/directory/categories/components/_category_list.html.erb