mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-09-07 05:34:55 +08:00
fix hound
This commit is contained in:
parent
3e162b3a93
commit
d2ae11f1af
1 changed files with 1 additions and 1 deletions
|
@ -548,7 +548,7 @@ class ReportsController < ApplicationController
|
|||
res << generate_new_el(false)
|
||||
el = generate_el(
|
||||
"reports/elements/result_text_element.html.erb",
|
||||
{ result: result_text }
|
||||
result: result_text
|
||||
)
|
||||
el[:children] = generate_result_contents_json(result_text)
|
||||
res << el
|
||||
|
|
Loading…
Add table
Reference in a new issue