aboutsummaryrefslogtreecommitdiffstats
path: root/app/views/group_of_lines
diff options
context:
space:
mode:
authorMichel Etienne2014-08-29 11:44:05 +0200
committerMichel Etienne2014-08-29 11:44:05 +0200
commite1c8a62852616fcfcc6a79b6cc4aefc50e4bd628 (patch)
tree7f1aa8ebd5b789ae1ce7a46ff9c4a2b87be7d578 /app/views/group_of_lines
parent47be58af8bdae063c7177bcab7019c19030c75db (diff)
downloadchouette-core-e1c8a62852616fcfcc6a79b6cc4aefc50e4bd628.tar.bz2
active pagination on remote
Diffstat (limited to 'app/views/group_of_lines')
-rw-r--r--app/views/group_of_lines/_group_of_lines.erb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/group_of_lines/_group_of_lines.erb b/app/views/group_of_lines/_group_of_lines.erb
index 4d2d06159..212507d01 100644
--- a/app/views/group_of_lines/_group_of_lines.erb
+++ b/app/views/group_of_lines/_group_of_lines.erb
@@ -5,5 +5,5 @@
<%= paginated_content(@group_of_lines) %>
</div>
<div class="pagination">
- <%= will_paginate @group_of_lines, :container => false, renderer: BootstrapPagination::Rails %>
+ <%= will_paginate @group_of_lines, :container => false, renderer: RemoteBootstrapPaginationLinkRenderer %>
</div>