Sha256: 41b687ddfd775bcca7545c82c959e4cc5b481e010732fbf021249a381fad67e3

Contents?: true

Size: 781 Bytes

Versions: 31

Compression:

Stored size: 781 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", phcmemberspro.member_profile_listings_path(@member_profile), class: "btn btn-primary btn-xs" %>
</div>

Version data entries

31 entries across 31 versions & 1 rubygems

Version Path
phcmemberspro-82.4.0 app/views/phcmemberspro/member/profiles/components/_profile_listings_table.html.erb
phcmemberspro-82.3.1 app/views/phcmemberspro/member/profiles/components/_profile_listings_table.html.erb
phcmemberspro-82.3.0 app/views/phcmemberspro/member/profiles/components/_profile_listings_table.html.erb
phcmemberspro-82.2.0 app/views/phcmemberspro/member/profiles/components/_profile_listings_table.html.erb
phcmemberspro-82.1.0 app/views/phcmemberspro/member/profiles/components/_profile_listings_table.html.erb
phcmemberspro-82.0.0 app/views/phcmemberspro/member/profiles/components/_profile_listings_table.html.erb
phcmemberspro-81.0.0 app/views/phcmemberspro/member/profiles/components/_profile_listings_table.html.erb
phcmemberspro-80.0.0 app/views/phcmemberspro/member/profiles/components/_profile_listings_table.html.erb
phcmemberspro-79.0.0 app/views/phcmemberspro/member/profiles/components/_profile_listings_table.html.erb
phcmemberspro-78.0.0 app/views/phcmemberspro/member/profiles/components/_profile_listings_table.html.erb
phcmemberspro-77.0.0 app/views/phcmemberspro/member/profiles/components/_profile_listings_table.html.erb
phcmemberspro-76.0.0 app/views/phcmemberspro/member/profiles/components/_profile_listings_table.html.erb
phcmemberspro-74.1.0 app/views/phcmemberspro/member/profiles/components/_profile_listings_table.html.erb
phcmemberspro-74.0.0 app/views/phcmemberspro/member/profiles/components/_profile_listings_table.html.erb
phcmemberspro-73.0.0 app/views/phcmemberspro/member/profiles/components/_profile_listings_table.html.erb
phcmemberspro-72.0.0 app/views/phcmemberspro/member/profiles/components/_profile_listings_table.html.erb
phcmemberspro-71.0.0 app/views/phcmemberspro/member/profiles/components/_profile_listings_table.html.erb
phcmemberspro-70.0.0 app/views/phcmemberspro/member/profiles/components/_profile_listings_table.html.erb
phcmemberspro-69.0.0 app/views/phcmemberspro/member/profiles/components/_profile_listings_table.html.erb
phcmemberspro-68.0.0 app/views/phcmemberspro/member/profiles/components/_profile_listings_table.html.erb