Sha256: 77cf87226635bf87b9c0bd91744f763f35de57d3e26872cc7e72fedd99bcd5c4

Contents?: true

Size: 680 Bytes

Versions: 50

Compression:

Stored size: 680 Bytes

Contents

<div class="table-responsive">
	<table class="table table-striped table-bordered table-hover">
		<thead>
			<tr>
				<th>Company Name</th>
				<th>Conact Name</th>
				<th>City</th>
				<th>Business Phone</th>
			</tr>
		</thead>
		<tbody>
			<% @member_profile.listings.each do |member_profile_listing| %>
				<tr>
					<td class="highlight"><%= member_profile_listing.mbcompanyname %></td>
					<td class="highlight"><%= member_profile_listing.mbcontactname %></td>
					<td class="highlight"><%= member_profile_listing.mbcity %></td>
					<td class="highlight"><%= member_profile_listing.mbphone %></td>
				</tr>
			<% end %>
		</tbody>
	</table>
</div>

Version data entries

50 entries across 50 versions & 1 rubygems

Version Path
phcmembers-51.0.0 app/views/phcmembers/member/profiles/components/_profile_list_listings.html.erb
phcmembers-50.0.0 app/views/phcmembers/member/profiles/components/_profile_list_listings.html.erb
phcmembers-49.0.0 app/views/phcmembers/member/profiles/components/_profile_list_listings.html.erb
phcmembers-46.0.0 app/views/phcmembers/member/profiles/components/_profile_list_listings.html.erb
phcmembers-45.0.0 app/views/phcmembers/member/profiles/components/_profile_list_listings.html.erb
phcmembers-44.0.0 app/views/phcmembers/member/profiles/components/_profile_list_listings.html.erb
phcmembers-43.0.0 app/views/phcmembers/member/profiles/components/_profile_list_listings.html.erb
phcmembers-42.0.0 app/views/phcmembers/member/profiles/components/_profile_list_listings.html.erb
phcmembers-41.0.0 app/views/phcmembers/member/profiles/components/_profile_list_listings.html.erb
phcmembers-40.0.0 app/views/phcmembers/member/profiles/components/_profile_list_listings.html.erb
phcmembers-39.2.0 app/views/phcmembers/member/profiles/components/_profile_list_listings.html.erb
phcmembers-39.1.0 app/views/phcmembers/member/profiles/components/_profile_list_listings.html.erb
phcmembers-39.0.0 app/views/phcmembers/member/profiles/components/_profile_list_listings.html.erb
phcmembers-38.0.0 app/views/phcmembers/member/profiles/components/_profile_list_listings.html.erb
phcmembers-37.0.0 app/views/phcmembers/member/profiles/components/_profile_list_listings.html.erb
phcmembers-36.0.0 app/views/phcmembers/member/profiles/components/_profile_list_listings.html.erb
phcmembers-35.0.0 app/views/phcmembers/member/profiles/components/_profile_list_listings.html.erb
phcmembers-34.0.1 app/views/phcmembers/member/profiles/components/_profile_list_listings.html.erb
phcmembers-33.1.0 app/views/phcmembers/member/profiles/components/_profile_list_listings.html.erb
phcmembers-33.0.0 app/views/phcmembers/member/profiles/components/_profile_list_listings.html.erb