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-67.0.0 app/views/phcmemberspro/member/profiles/components/_profile_listings_table.html.erb
phcmemberspro-66.0.0 app/views/phcmemberspro/member/profiles/components/_profile_listings_table.html.erb
phcmemberspro-65.0.0 app/views/phcmemberspro/member/profiles/components/_profile_listings_table.html.erb
phcmemberspro-64.0.0 app/views/phcmemberspro/member/profiles/components/_profile_listings_table.html.erb
phcmemberspro-63.0.0 app/views/phcmemberspro/member/profiles/components/_profile_listings_table.html.erb
phcmemberspro-62.0.0 app/views/phcmemberspro/member/profiles/components/_profile_listings_table.html.erb
phcmemberspro-61.0.0 app/views/phcmemberspro/member/profiles/components/_profile_listings_table.html.erb
phcmemberspro-60.0.0 app/views/phcmemberspro/member/profiles/components/_profile_listings_table.html.erb
phcmemberspro-59.0.1 app/views/phcmemberspro/member/profiles/components/_profile_listings_table.html.erb
phcmemberspro-59.0.0 app/views/phcmemberspro/member/profiles/components/_profile_listings_table.html.erb
phcmemberspro-58.0.0 app/views/phcmemberspro/member/profiles/components/_profile_listings_table.html.erb