Sha256: c420f542157aa8cdb1b52b9b4795a9c1dfc28a7963999ea662ab596635f34f02

Contents?: true

Size: 652 Bytes

Versions: 55

Compression:

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

55 entries across 55 versions & 1 rubygems

Version Path
phcmemberspro-42.1.0 app/views/phcmemberspro/member/profiles/components/_profile_listings_table.html.erb
phcmemberspro-42.0.0 app/views/phcmemberspro/member/profiles/components/_profile_listings_table.html.erb
phcmemberspro-41.0.1 app/views/phcmemberspro/member/profiles/components/_profile_listings_table.html.erb
phcmemberspro-41.0.0 app/views/phcmemberspro/member/profiles/components/_profile_listings_table.html.erb
phcmemberspro-40.1.0 app/views/phcmemberspro/member/profiles/components/_profile_listings_table.html.erb
phcmemberspro-40.0.0 app/views/phcmemberspro/member/profiles/components/_profile_listings_table.html.erb
phcmemberspro-39.0.0 app/views/phcmemberspro/member/profiles/components/_profile_listings_table.html.erb
phcmemberspro-38.0.1 app/views/phcmemberspro/member/profiles/components/_profile_listings_table.html.erb
phcmemberspro-38.0.0 app/views/phcmemberspro/member/profiles/components/_profile_listings_table.html.erb
phcmemberspro-37.0.3 app/views/phcmemberspro/member/profiles/components/_profile_listings_table.html.erb
phcmemberspro-37.0.2 app/views/phcmemberspro/member/profiles/components/_profile_listings_table.html.erb
phcmemberspro-37.0.1 app/views/phcmemberspro/member/profiles/components/_profile_listings_table.html.erb
phcmemberspro-37.0.0 app/views/phcmemberspro/member/profiles/components/_profile_listings_table.html.erb
phcmemberspro-36.3.0 app/views/phcmemberspro/member/profiles/components/_profile_listings_table.html.erb
phcmemberspro-36.2.0 app/views/phcmemberspro/member/profiles/components/_profile_listings_table.html.erb
phcmemberspro-36.1.0 app/views/phcmemberspro/member/profiles/components/_profile_listings_table.html.erb
phcmemberspro-36.0.0 app/views/phcmemberspro/member/profiles/components/_profile_listings_table.html.erb
phcmemberspro-35.0.0 app/views/phcmemberspro/member/profiles/components/_profile_listings_table.html.erb
phcmemberspro-34.0.0 app/views/phcmemberspro/member/profiles/components/_profile_listings_table.html.erb
phcmemberspro-33.0.0 app/views/phcmemberspro/member/profiles/components/_profile_listings_table.html.erb