Merge pull request #5784 from sboursen-scinote/sb_SCI-8866-8867

Fix smart annotation popover URL [SCI-8866][SCI-8867]
This commit is contained in:
artoscinote 2023-07-18 08:16:35 +02:00 committed by GitHub
commit a8a631bf72
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -21,7 +21,7 @@
data-full-name="<%= user.full_name %>"
data-email="<%= user.email %>"
data-popover-html="<%= popover_html %>"
data-user-avatar-popover-absolute-url="<%= user_avatar_absolute_url(user, :thumb, true) %>"
data-user-avatar-popover-absolute-url="<%= user_avatar_popover_absolute_url %>"
>
<%= user.full_name %>
</a>