summaryrefslogtreecommitdiff
path: root/views/batch.haml
diff options
context:
space:
mode:
Diffstat (limited to 'views/batch.haml')
-rw-r--r--views/batch.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/views/batch.haml b/views/batch.haml
index 2fb5966..0f0e3b9 100644
--- a/views/batch.haml
+++ b/views/batch.haml
@@ -54,7 +54,7 @@
$('#pager_'+id).show();
$('#pager_'+id).pagination({
dataSource: '#{to("/")}' + 'task/?predictions=' + task_id + '&model=' + model_id ,
- locator: 'predictions',
+ locator: 'prediction',
totalNumber: #{@compounds.size},
pageSize: 1,
showPageNumbers: true,