mirror of
https://github.com/Retrospring/retrospring.git
synced 2025-01-31 08:39:08 +01:00
Fix "Content missing" when clicking users in answer smile list
This commit is contained in:
parent
a6b4769a5d
commit
cc3ba3971b
1 changed files with 1 additions and 1 deletions
|
@ -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")
|
||||
|
|
Loading…
Reference in a new issue