diff options
| author | Michel Etienne | 2014-08-29 11:44:05 +0200 |
|---|---|---|
| committer | Michel Etienne | 2014-08-29 11:44:05 +0200 |
| commit | e1c8a62852616fcfcc6a79b6cc4aefc50e4bd628 (patch) | |
| tree | 7f1aa8ebd5b789ae1ce7a46ff9c4a2b87be7d578 /app/views/group_of_lines | |
| parent | 47be58af8bdae063c7177bcab7019c19030c75db (diff) | |
| download | chouette-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.erb | 2 |
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> |
