mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2024-12-27 02:04:33 +08:00
Fix snapshot table render [SCI-8883]
This commit is contained in:
parent
ad4724ba04
commit
f710691709
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ class MyModuleRepositorySnapshotsController < ApplicationController
|
|||
if params[:simple_view]
|
||||
repository_rows = datatable_service.repository_rows
|
||||
@repository = @repository_snapshot
|
||||
rows_view = 'repository_rows/simple_view_index.json'
|
||||
rows_view = 'repository_rows/simple_view_index'
|
||||
else
|
||||
repository_rows =
|
||||
datatable_service.repository_rows
|
||||
|
|
Loading…
Reference in a new issue