<% title @user.name %> <%= render "shared/payment_pointer", user: @user %> <%= content_for :page_meta do %> <%= render "users/meta" %> <% end %> <% unless internal_navigation? || user_signed_in? %> <% end %> <% cache "user-profile-header-area-#{@user.id}-#{@user.profile_updated_at}-#{user_signed_in?}", expires_in: 10.days do %>
<%= @user.name %> profile picture
<% if user_signed_in? %> <% end %>

<%= @user.name %>

<%= @user.summary.presence || ["404 bio not found"].sample %>

<% if @user.location.present? %> <%= inline_svg_tag("location.svg", aria: true, class: "crayons-icon mr-2 shrink-0", title: "Location") %> <%= @user.location %> <% end %> <%= inline_svg_tag("cake.svg", aria: true, class: "crayons-icon mr-2 shrink-0", title: "Joined") %> Joined on  <%= local_date(@user.created_at) %> <% if @user.setting.display_email_on_profile %> <%= inline_svg_tag("email.svg", class: "crayons-icon mr-2 shrink-0", aria: true, title: "Email address") %> <%= @user.email %> <% end %> <% if @user.website_url.present? %> <%= inline_svg_tag("link-external.svg", class: "crayons-icon mr-2 shrink-0", aria: true, title: "Personal website") %> <%= @user.website_url %> <% end %> <% social_authentication_links_for(@user).each do |provider_name, url| %> <%= inline_svg_tag("#{provider_name}.svg", class: "crayons-icon shrink-0", aria: true, title: "#{provider_name} website") %> <% end %>
<%= render "users/metadata" %>
<% end %>
" data-which="<%= @list_of %>" data-tag="" data-feed="<%= params[:timeframe] || "base-feed" %>" data-articles-since="0">
<%= render partial: "users/sidebar", locals: { repositories: @github_repositories } %>
<% if params[:view] == "comments" %> <%= render "users/comments_section" %> <% elsif @stories.any? || @comments.any? || @pinned_stories.any? %> <%= render "users/main_feed" %> <% end %>
loading...
<%= javascript_packs_with_chunks_tag "storiesList", "followButtons", defer: true %>