Sha256: 187f31747536857f7883ea2df4233c3aad008de631624ea13df17e9ed4f54f6c

Contents?: true

Size: 1.02 KB

Versions: 12

Compression:

Stored size: 1.02 KB

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><%= member_profile_listing.listing_company_name %></td>
					<td><%= member_profile_listing.listing_contact_name %></td>
					<td><%= member_profile_listing.listing_city %></td>
					<td><%= member_profile_listing.listing_phone %></td>
				</tr>
			<% end %>
		</tbody>
	</table>
	<%= link_to "See All of " + @member_profile.member_first_name + " " + @member_profile.member_last_name + " Listings", phcmemberspro.member_profile_listings_path(@member_profile), class: "btn btn-primary btn-xs" %>
	<%= link_to "Add a New Listing for " + @member_profile.member_first_name + " " + @member_profile.member_last_name, phcmemberspro.new_member_profile_listing_path(@member_profile), class: "btn btn-purple btn-xs" %>
</div>

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
phcmemberspro-92.0.3 app/views/phcmemberspro/member/profiles/components/_profile_listings_table.html.erb
phcmemberspro-92.0.2 app/views/phcmemberspro/member/profiles/components/_profile_listings_table.html.erb
phcmemberspro-92.0.1 app/views/phcmemberspro/member/profiles/components/_profile_listings_table.html.erb
phcmemberspro-92.0.0 app/views/phcmemberspro/member/profiles/components/_profile_listings_table.html.erb
phcmemberspro-91.4.0 app/views/phcmemberspro/member/profiles/components/_profile_listings_table.html.erb
phcmemberspro-91.3.0 app/views/phcmemberspro/member/profiles/components/_profile_listings_table.html.erb
phcmemberspro-91.2.0 app/views/phcmemberspro/member/profiles/components/_profile_listings_table.html.erb
phcmemberspro-91.1.0 app/views/phcmemberspro/member/profiles/components/_profile_listings_table.html.erb
phcmemberspro-91.0.0 app/views/phcmemberspro/member/profiles/components/_profile_listings_table.html.erb
phcmemberspro-90.0.0 app/views/phcmemberspro/member/profiles/components/_profile_listings_table.html.erb
phcmemberspro-89.0.0 app/views/phcmemberspro/member/profiles/components/_profile_listings_table.html.erb
phcmemberspro-88.0.0 app/views/phcmemberspro/member/profiles/components/_profile_listings_table.html.erb