Sha256: 183772a10bb92852020f1ffc4187ca432547ab713a87c71de264170fc3351f7c

Contents?: true

Size: 637 Bytes

Versions: 2

Compression:

Stored size: 637 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_category.listings.each do |directory_category_listing| %>
				<tr>
					<td class="highlight"><%= directory_category_listing.business.mbcompanyname %></td>
					<td class="highlight"><%= directory_category_listing.business.mbcontactname %></td>
					<td class="highlight"><%= directory_category_listing.business.mbphone %></td>
				</tr>
			<% end %>
		</tbody>
	</table>
</div>

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
phcmemberspro-8.6.3 app/views/phcmemberspro/directory/categories/components/_category_list.html.erb
phcmemberspro-8.6.2 app/views/phcmemberspro/directory/categories/components/_category_list.html.erb