Sha256: 44073f00f39996d8e827ebf57a856067a9bc8bb5ce25528793bd8723cfa36f3f

Contents?: true

Size: 925 Bytes

Versions: 4

Compression:

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

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
phcmemberspro-16.0.1 app/views/phcmemberspro/directory/categories/components/_category_list.html.erb
phcmemberspro-16.0.0 app/views/phcmemberspro/directory/categories/components/_category_list.html.erb
phcmemberspro-15.1.1 app/views/phcmemberspro/directory/categories/components/_category_list.html.erb
phcmemberspro-15.1.0 app/views/phcmemberspro/directory/categories/components/_category_list.html.erb