• <%= link_to(author.name, user_pseud_path(author.user, author)) %> <% if (author.name != author.user.login) %> (<%= link_to(author.user_name, user_path(author.user)) %>) <% end %>

    <% if @search.present? %> <% creations = author.authored_items_links(fandom_id: @search.options[:fandom_ids]).html_safe %> <% else %> <% creations = authored_items(author, @work_counts, @rec_counts) %> <% end %> <% if creations.present? %>
    <%= creations %>
    <% end %>
    <%= icon_display(author.user, author) %>
    <% unless author.description.blank? %>

    <%=raw sanitize_field(author, :description) %>

    <% end %>