<% phc_title "Member Listings Manager" %> <% phc_title_tagline "Listing Index for " + @members_profile_info.mfirstname + " " + @members_profile_info.mlastname %>

<%= yield(:phc_title) %> <%= yield(:phc_title_tagline) %>

Members Address List
<%= link_to new_member_profile_listing_path, class: "btn blue-chambray" do %> Add a Listing for <%= @members_profile_info.mfirstname + ' ' + @members_profile_info.mlastname %> <% end %>
<% @member_listings.each do |member_listing| %> <% end %>
Company Name Conact Name City Country Listing Phone Listing Email Listing Website
<%= link_to member_listing.mbcompanyname, member_profile_listing_path(member_listing.profile, member_listing) %> <%= link_to member_listing.mbcontactname, member_profile_listing_path(member_listing.profile, member_listing) %> <%= link_to member_listing.mbcity, member_profile_listing_path(member_listing.profile, member_listing) %> <%= link_to member_listing.mbcountry, member_profile_listing_path(member_listing.profile, member_listing) %> <%= link_to member_listing.mbphone, member_profile_listing_path(member_listing.profile, member_listing) %> <%= link_to member_listing.mbcontactemail, member_profile_listing_path(member_listing.profile, member_listing) %> <%= link_to member_listing.mbwebsite, member_profile_listing_path(member_listing.profile, member_listing) %>