Sha256: 338fcaeab65af9f5e2fb064e226e0a8f234e27279cb40a5f530b305d1115af3c

Contents?: true

Size: 794 Bytes

Versions: 43

Compression:

Stored size: 794 Bytes

Contents

<ul class="list-group">
	<% @directory_category.listings.each do |member_listing| %>
		<li class="list-group-item">
			<%= link_to member_listing.mbcompanyname, phcmemberspro.member_profile_listing_path(member_listing.profile, member_listing) %> - 
			<%= link_to member_listing.mbcontactname, phcmemberspro.member_profile_listing_path(member_listing.profile, member_listing) %> - 
			<%= link_to member_listing.mbphone, phcmemberspro.member_profile_listing_path(member_listing.profile, member_listing) %> - 
			<%= link_to member_listing.mbcontactemail, phcmemberspro.member_profile_listing_path(member_listing.profile, member_listing) %> - 
			<%= link_to member_listing.mbwebsite, phcmemberspro.member_profile_listing_path(member_listing.profile, member_listing) %>
		</li>
	<% end %>
</ul>

Version data entries

43 entries across 43 versions & 1 rubygems

Version Path
phcmemberspro-12.1.3 app/views/phcmemberspro/directory/categories/components/_category_list.html.erb
phcmemberspro-12.1.2 app/views/phcmemberspro/directory/categories/components/_category_list.html.erb
phcmemberspro-12.1.1 app/views/phcmemberspro/directory/categories/components/_category_list.html.erb