<% @member_profile.listings.each do |member_profile_listing| %> <% end %>
Company Name Conact Name City Business Phone
<%= member_profile_listing.mbcompanyname %> <%= member_profile_listing.mbcontactname %> <%= member_profile_listing.mbcity %> <%= member_profile_listing.mbphone %>
<%= link_to "See All of " + @member_profile.mfirstname + " " + @member_profile.mlastname + " Listings", phcmemberspro.member_profile_listings_path(@member_profile), class: "btn btn-primary btn-xs" %> <%= link_to "Add a New Listing for " + @member_profile.mfirstname + " " + @member_profile.mlastname, phcmemberspro.new_member_profile_listing_path(@member_profile), class: "btn btn-purple btn-xs" %>