Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[#8204] Remove "Previously known as" #8463

Draft
wants to merge 1 commit into
base: develop
Choose a base branch
from
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Remove "Previously known as"
Causes slow profile page loads. More we can clean up around this, but
this fixes the immediate user-facing issue.

Fixes #8204
garethrees committed Nov 22, 2024

Verified

This commit was signed with the committer’s verified signature.
zner0L Lorenz Sieben
commit c9474661c06fe36ec53c0561965643bf9d439ee6
7 changes: 0 additions & 7 deletions app/views/user/show/_show_profile.html.erb
Original file line number Diff line number Diff line change
@@ -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,