Skip to content

Commit

Permalink
Fix "Content missing" when clicking users in answer smile list
Browse files Browse the repository at this point in the history
  • Loading branch information
pixeldesu committed Dec 22, 2023
1 parent a6b4769 commit cc3ba39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/answerbox/_smiles.html.haml
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@
- a.smiles.all.each do |smile|
%a{ href: user_path(smile.user),
title: user_screen_name(smile.user, url: false),
data: { bs_toggle: :tooltip, bs_placement: :top, smile_id: smile.id } }
data: { bs_toggle: :tooltip, bs_placement: :top, smile_id: smile.id, turbo: :false } }
= render AvatarComponent.new(user: smile.user, size: "xs")

0 comments on commit cc3ba39

Please sign in to comment.