mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2024-12-27 02:04:33 +08:00
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:
commit
a8a631bf72
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue