<% @member_profile.listings.each do |member_profile_listing| %> <% end %>
Company Name Conact Name City Business Phone
<%= member_profile_listing.listing_company_name %> <%= member_profile_listing.listing_contact_name %> <%= member_profile_listing.listing_city %> <%= member_profile_listing.listing_phone %>
<%= link_to "See All of " + @member_profile.member_first_name + " " + @member_profile.member_last_name + " Listings", phcmembers.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, phcmembers.new_member_profile_listing_path(@member_profile), class: "btn btn-purple btn-xs" %>