<%= @profile.full_name %>

<%= link_to "#{@profile.following_profiles.count} Followers", profile_followers_path(@profile) %> • <%= link_to "#{@profile.followed_profiles.count} Following", profile_following_index_path(@profile) %>

<%= @profile.description %>

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

<%= post.text %>

<%= localize post.published_at, format: :short %>

<% end %>