Revision ab73d5cf
Added by Daniel Lobato Garcia about 8 years ago
app/views/containers/_list.html.erb | ||
---|---|---|
32 | 32 |
<% end %> |
33 | 33 |
</table> |
34 | 34 |
|
35 |
<%= will_paginate_with_info containers %> |
|
35 |
<!-- To be replaced by will_paginate_with_info after 1.6 support is deprecated --> |
|
36 |
<%= page_entries_info containers %> |
|
37 |
<%= will_paginate containers %> |
Also available in: Unified diff
Fixes #8236: 1.6 compatibility