Sha256: 094b0bbdc28dd60d700fea0b0daa15a660cc98042607ee0ba0b595616bbdbacb

Contents?: true

Size: 778 Bytes

Versions: 13

Compression:

Stored size: 778 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>
	<%= link_to "See All Listings", phcmembers.member_profile_listings_path(@member_profile), class: "btn btn-primary btn-xs" %>
</div>

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
phcmembers-61.5.0 app/views/phcmembers/member/profiles/components/_profile_listings_table.html.erb
phcmembers-61.4.0 app/views/phcmembers/member/profiles/components/_profile_listings_table.html.erb
phcmembers-61.3.0 app/views/phcmembers/member/profiles/components/_profile_listings_table.html.erb
phcmembers-61.0.0 app/views/phcmembers/member/profiles/components/_profile_listings_table.html.erb
phcmembers-60.0.0 app/views/phcmembers/member/profiles/components/_profile_listings_table.html.erb
phcmembers-59.0.0 app/views/phcmembers/member/profiles/components/_profile_listings_table.html.erb
phcmembers-57.1.0 app/views/phcmembers/member/profiles/components/_profile_listings_table.html.erb
phcmembers-57.0.0 app/views/phcmembers/member/profiles/components/_profile_listings_table.html.erb
phcmembers-56.0.0 app/views/phcmembers/member/profiles/components/_profile_listings_table.html.erb
phcmembers-55.0.0 app/views/phcmembers/member/profiles/components/_profile_listings_table.html.erb
phcmembers-54.0.0 app/views/phcmembers/member/profiles/components/_profile_listings_table.html.erb
phcmembers-53.0.0 app/views/phcmembers/member/profiles/components/_profile_listings_table.html.erb
phcmembers-52.0.0 app/views/phcmembers/member/profiles/components/_profile_listings_table.html.erb