<% if @user.home_location_name&.strip.present? %>
<%= @user.home_location_name %>
<% end %>
<% if @user.company&.strip.present? %>
">
<%= @user.company %>
<% end %>
<% unless @user.social_links.empty? %>
<%= render "social_links/show",
:social_links => @user.social_links %>
<% end %>