Sha256: df70f996f744316bdf9fd9c2cde98af93bf8d4aedff1ac83de50234237428844

Contents?: true

Size: 866 Bytes

Versions: 16

Compression:

Stored size: 866 Bytes

Contents

<div class="table-responsive">
	<table class="table table-striped table-bordered table-hover table-header-fixed">
		<thead>
			<tr>
				<th>Business Name</th>
				<th>Contact Name</th>
				<th>Phone Number</th>
			</tr>
		</thead>
		<tbody>
			<% @directory_listings.each do |directory_listings| %>
				<tr>
					<td class="highlight"><%= link_to directory_listings.business.mbcompanyname, directory_category_listing_path(directory_listings.category, directory_listings) %></td>
					<td class="highlight"><%= link_to directory_listings.business.mbcontactname, directory_category_listing_path(directory_listings.category, directory_listings) %></td>
					<td class="highlight"><%= link_to directory_listings.business.mbphone, directory_category_listing_path(directory_listings.category, directory_listings) %></td>
				</tr>
			<% end %>
		</tbody>
	</table>
</div>

Version data entries

16 entries across 16 versions & 1 rubygems

Version Path
phcmemberspro-8.6.0 app/views/phcmemberspro/directory/categories/components/_category_list.html.erb
phcmemberspro-8.5.9 app/views/phcmemberspro/directory/categories/components/_category_list.html.erb
phcmemberspro-8.5.8 app/views/phcmemberspro/directory/categories/components/_category_list.html.erb
phcmemberspro-8.5.7 app/views/phcmemberspro/directory/categories/components/_category_list.html.erb
phcmemberspro-8.5.6 app/views/phcmemberspro/directory/categories/components/_category_list.html.erb
phcmemberspro-8.5.5 app/views/phcmemberspro/directory/categories/components/_category_list.html.erb
phcmemberspro-8.5.4 app/views/phcmemberspro/directory/categories/components/_category_list.html.erb
phcmemberspro-8.5.3 app/views/phcmemberspro/directory/categories/components/_category_list.html.erb
phcmemberspro-8.5.2 app/views/phcmemberspro/directory/categories/components/_category_list.html.erb
phcmemberspro-8.5.1 app/views/phcmemberspro/directory/categories/components/_category_list.html.erb
phcmemberspro-8.5.0 app/views/phcmemberspro/directory/categories/components/_category_list.html.erb
phcmemberspro-8.0.1 app/views/phcmemberspro/directory/categories/components/_category_list.html.erb
phcmemberspro-8.0.0 app/views/phcmemberspro/directory/categories/components/_category_list.html.erb
phcmemberspro-7.9.1 app/views/phcmemberspro/directory/categories/components/_category_list.html.erb
phcmemberspro-7.9.0 app/views/phcmemberspro/directory/categories/components/_category_list.html.erb
phcmemberspro-7.8.14 app/views/phcmemberspro/directory/categories/components/_category_list.html.erb