Sha256: a4cd0041d447b4892a3fe1158d9fb86348f562e576aa3cdbf1f9d69a78befc4c

Contents?: true

Size: 658 Bytes

Versions: 37

Compression:

Stored size: 658 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

37 entries across 37 versions & 1 rubygems

Version Path
phcmemberspro-24.0.0 app/views/phcmemberspro/member/profiles/components/_profile_listings_table.html.erb
phcmemberspro-23.1.0 app/views/phcmemberspro/member/profiles/components/_profile_listings_table.html.erb
phcmemberspro-23.0.0 app/views/phcmemberspro/member/profiles/components/_profile_listings_table.html.erb
phcmemberspro-22.2.0 app/views/phcmemberspro/member/profiles/components/_profile_listings_table.html.erb
phcmemberspro-22.1.0 app/views/phcmemberspro/member/profiles/components/_profile_listings_table.html.erb
phcmemberspro-22.0.0 app/views/phcmemberspro/member/profiles/components/_profile_listings_table.html.erb
phcmemberspro-21.3.0 app/views/phcmemberspro/member/profiles/components/_profile_listings_table.html.erb
phcmemberspro-21.2.0 app/views/phcmemberspro/member/profiles/components/_profile_listings_table.html.erb
phcmemberspro-21.0.0 app/views/phcmemberspro/member/profiles/components/_profile_listings_table.html.erb
phcmemberspro-20.5.2 app/views/phcmemberspro/member/profiles/components/_profile_listings_table.html.erb
phcmemberspro-20.5.1 app/views/phcmemberspro/member/profiles/components/_profile_listings_table.html.erb
phcmemberspro-20.5.0 app/views/phcmemberspro/member/profiles/components/_profile_listings_table.html.erb
phcmemberspro-20.4.0 app/views/phcmemberspro/member/profiles/components/_profile_listings_table.html.erb
phcmemberspro-20.3.1 app/views/phcmemberspro/member/profiles/components/_profile_listings_table.html.erb
phcmemberspro-20.3.0 app/views/phcmemberspro/member/profiles/components/_profile_listings_table.html.erb
phcmemberspro-20.2.2 app/views/phcmemberspro/member/profiles/components/_profile_listings_table.html.erb
phcmemberspro-20.2.1 app/views/phcmemberspro/member/profiles/components/_profile_listings_table.html.erb
phcmemberspro-20.2.0 app/views/phcmemberspro/member/profiles/components/_profile_listings_table.html.erb
phcmemberspro-20.1.0 app/views/phcmemberspro/member/profiles/components/_profile_listings_table.html.erb
phcmemberspro-20.0.4 app/views/phcmemberspro/member/profiles/components/_profile_listings_table.html.erb