diff --git a/app/views/profiles/show.html.erb b/app/views/profiles/show.html.erb index 4a2206f..cedbb3b 100644 --- a/app/views/profiles/show.html.erb +++ b/app/views/profiles/show.html.erb @@ -1,5 +1,13 @@

<%= @profile.full_name %>

+

+ <%= @profile.following_profiles.count %> + Followers + • + <%= @profile.followed_profiles.count %> + Following +

+

<%= @profile.description %>

<% @profile.posts.each do |post| %>