Sha256: 3e8366927f64d3977b7dbf42bb0324bf7e8e5475055d6f9cc3b2dd3a93524163

Contents?: true

Size: 614 Bytes

Versions: 138

Compression:

Stored size: 614 Bytes

Contents

<table class="table table-striped table-bordered table-advance 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>

Version data entries

138 entries across 138 versions & 1 rubygems

Version Path
phcmemberspro-11.11.4 app/views/phcmemberspro/member/profiles/components/_profile_listings_table.html.erb
phcmemberspro-11.11.3 app/views/phcmemberspro/member/profiles/components/_profile_listings_table.html.erb
phcmemberspro-11.11.2 app/views/phcmemberspro/member/profiles/components/_profile_listings_table.html.erb
phcmemberspro-11.11.1 app/views/phcmemberspro/member/profiles/components/_profile_listings_table.html.erb
phcmemberspro-11.11.0 app/views/phcmemberspro/member/profiles/components/_profile_listings_table.html.erb
phcmemberspro-11.10.6 app/views/phcmemberspro/member/profiles/components/_profile_listings_table.html.erb
phcmemberspro-11.10.5 app/views/phcmemberspro/member/profiles/components/_profile_listings_table.html.erb
phcmemberspro-11.10.4 app/views/phcmemberspro/member/profiles/components/_profile_listings_table.html.erb
phcmemberspro-11.10.3 app/views/phcmemberspro/member/profiles/components/_profile_listings_table.html.erb
phcmemberspro-11.10.2 app/views/phcmemberspro/member/profiles/components/_profile_listings_table.html.erb
phcmemberspro-11.10.1 app/views/phcmemberspro/member/profiles/components/_profile_listings_table.html.erb
phcmemberspro-11.10.0 app/views/phcmemberspro/member/profiles/components/_profile_listings_table.html.erb
phcmemberspro-11.9.7 app/views/phcmemberspro/member/profiles/components/_profile_listings_table.html.erb
phcmemberspro-11.9.6 app/views/phcmemberspro/member/profiles/components/_profile_listings_table.html.erb
phcmemberspro-11.9.5 app/views/phcmemberspro/member/profiles/components/_profile_listings_table.html.erb
phcmemberspro-11.9.3 app/views/phcmemberspro/member/profiles/components/_profile_listings_table.html.erb
phcmemberspro-11.9.2 app/views/phcmemberspro/member/profiles/components/_profile_listings_table.html.erb
phcmemberspro-11.9.1 app/views/phcmemberspro/member/profiles/components/_profile_listings_table.html.erb
phcmemberspro-11.9.0 app/views/phcmemberspro/member/profiles/components/_profile_listings_table.html.erb
phcmemberspro-11.8.5 app/views/phcmemberspro/member/profiles/components/_profile_listings_table.html.erb