<%= link_to_user @user %>

<% if @user.viewable_moderation_reports.present? %>
This user has been reported for moderation! (<%= pluralize(@user.viewable_moderation_reports.length, "report") %>)
<% end %> <%= render "statistics", presenter: @user.presenter, user: @user %> <%= render "posts/partials/common/inline_blacklist" %> <%= render "post_summary", presenter: @user.presenter, user: @user %>
<%= render "secondary_links" %> <% content_for(:page_title) do %> User - <%= @user.presenter.name %> - <%= Danbooru.config.app_name %> <% end %> <% content_for(:html_header, auto_discovery_link_tag(:atom, comments_url(:atom, search: { post_tags_match: "user:#{@user.name}" }), title: "Comments on #{@user.name}'s uploads")) %> <% content_for(:html_header, auto_discovery_link_tag(:atom, comments_url(:atom, search: { post_tags_match: "commenter:#{@user.name}" }), title: "Comments on posts commented on by #{@user.name}")) %>