Skip to content

Commit

Permalink
[#59925] hover card in new users block
Browse files Browse the repository at this point in the history
... on overview page
  • Loading branch information
EinLama committed Jan 21, 2025
1 parent 0a18917 commit 5cc0602
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/homescreen/blocks/_users.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<ul class="widget-box--arrow-links">
<% @newest_users.each do |user| %>
<li>
<%= link_to user, user_path(user), title: user.name %>
<%= link_to_user user %>
<small>(<%= format_date(user.created_at) %>)</small>
</li>
<% end %>
Expand Down

0 comments on commit 5cc0602

Please sign in to comment.