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-14.7.2 app/views/phcmemberspro/member/profiles/components/_profile_listings_table.html.erb
phcmemberspro-14.7.1 app/views/phcmemberspro/member/profiles/components/_profile_listings_table.html.erb
phcmemberspro-14.7.0 app/views/phcmemberspro/member/profiles/components/_profile_listings_table.html.erb
phcmemberspro-14.6.3 app/views/phcmemberspro/member/profiles/components/_profile_listings_table.html.erb
phcmemberspro-14.6.2 app/views/phcmemberspro/member/profiles/components/_profile_listings_table.html.erb
phcmemberspro-14.6.1 app/views/phcmemberspro/member/profiles/components/_profile_listings_table.html.erb
phcmemberspro-14.6.0 app/views/phcmemberspro/member/profiles/components/_profile_listings_table.html.erb
phcmemberspro-14.5.0 app/views/phcmemberspro/member/profiles/components/_profile_listings_table.html.erb
phcmemberspro-14.0.3 app/views/phcmemberspro/member/profiles/components/_profile_listings_table.html.erb
phcmemberspro-14.0.2 app/views/phcmemberspro/member/profiles/components/_profile_listings_table.html.erb
phcmemberspro-14.0.1 app/views/phcmemberspro/member/profiles/components/_profile_listings_table.html.erb
phcmemberspro-14.0.0 app/views/phcmemberspro/member/profiles/components/_profile_listings_table.html.erb
phcmemberspro-13.6.6 app/views/phcmemberspro/member/profiles/components/_profile_listings_table.html.erb
phcmemberspro-13.6.5 app/views/phcmemberspro/member/profiles/components/_profile_listings_table.html.erb
phcmemberspro-13.6.4 app/views/phcmemberspro/member/profiles/components/_profile_listings_table.html.erb
phcmemberspro-13.6.3 app/views/phcmemberspro/member/profiles/components/_profile_listings_table.html.erb
phcmemberspro-13.6.2 app/views/phcmemberspro/member/profiles/components/_profile_listings_table.html.erb
phcmemberspro-13.6.1 app/views/phcmemberspro/member/profiles/components/_profile_listings_table.html.erb
phcmemberspro-13.6.0 app/views/phcmemberspro/member/profiles/components/_profile_listings_table.html.erb
phcmemberspro-13.5.1 app/views/phcmemberspro/member/profiles/components/_profile_listings_table.html.erb