Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/pull/5376'
Browse files Browse the repository at this point in the history
  • Loading branch information
tomhughes committed Dec 4, 2024
2 parents 572d1ad + f5980ac commit 98b4d62
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion app/views/traces/index.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,8 @@
</li>
<% end %>
<li class="nav-item">
<%= link_to t(".traces_from", :user => @target_user&.display_name), { :controller => "traces", :action => "index", :display_name => @target_user&.display_name }, { :class => "nav-link active" } %>
<%= link_to t(".traces_from_html", :user => tag.span(@target_user.display_name, :class => "username text-truncate d-inline-block align-bottom", :dir => "auto")),
{ :controller => "traces", :action => "index", :display_name => @target_user.display_name }, { :class => "nav-link active" } %>
</li>
<% end %>
</ul>
Expand Down
2 changes: 1 addition & 1 deletion config/locales/en.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2544,7 +2544,7 @@ en:
upload_trace: "Upload a trace"
all_traces: "All Traces"
my_traces: "My Traces"
traces_from: "Public Traces from %{user}"
traces_from_html: "Public Traces from %{user}"
remove_tag_filter: "Remove Tag Filter"
destroy:
scheduled_for_deletion: "Trace scheduled for deletion"
Expand Down

0 comments on commit 98b4d62

Please sign in to comment.