Skip to content

Commit

Permalink
Remove "Previously known as"
Browse files Browse the repository at this point in the history
Causes slow profile page loads. More we can clean up around this, but
this fixes the immediate user-facing issue.

Fixes #8204
  • Loading branch information
garethrees committed Nov 22, 2024
1 parent 9153a2c commit c947466
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions app/views/user/show/_show_profile.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -43,13 +43,6 @@
<p><%= link_to _('Change your name'), edit_users_name_path %></p>
<% end %>

<% if @display_user.active? && @display_user.safe_previous_names.any? %>
<p>
<%= _('Previously known as:') %>
<%= @display_user.safe_previous_names.to_sentence %>
</p>
<% end %>

<p class="subtitle">
<%= _('Joined {{site_name}} in {{year}}',
:site_name => site_name,
Expand Down

0 comments on commit c947466

Please sign in to comment.