mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2024-12-26 01:35:34 +08:00
Fix comments update action [SCI-8873] (#5786)
This commit is contained in:
parent
4808f6438c
commit
1dfc46e995
1 changed files with 1 additions and 1 deletions
|
@ -108,7 +108,7 @@ module CommentHelper
|
|||
if partial
|
||||
render json: {
|
||||
html: render_to_string(
|
||||
partial: "/shared/comments/#{partial}.html.erb",
|
||||
partial: "/shared/comments/#{partial}",
|
||||
locals: {
|
||||
comment: comment,
|
||||
skip_header: false
|
||||
|
|
Loading…
Reference in a new issue