<%= image_tag profile_user.avatar_url(:profile), class: "card__image card__image--larger" %>
<%= profile_user.name %>
<%= profile_user.nickname %>
<% if can_contact_user? %>
<%= link_to_current_or_new_conversation_with(user) %>
<% end %>
<%= profile_user.about %>
<% if profile_user.personal_url.present? %>
<%= link_to html_truncate(profile_user.personal_url.gsub(%r{https?\:\/\/}, ""), length: 30), profile_user.personal_url %>
<% end %>