app/views/admin/taxonomy/index.html.erb in camaleon_cms-0.2.1 vs app/views/admin/taxonomy/index.html.erb in camaleon_cms-1.0

- old
+ new

@@ -64,10 +64,10 @@ _render_items(@terms) %> </tbody> </table> <%= content_tag("div", raw("Not data"), class: "alert alert-warning") if @terms.empty? %> - <%= will_paginate @terms, renderer: BootstrapPagination::Rails %> + <%= raw do_pagination(@terms) %> </div> </div> <!-- END BASIC TABLE SAMPLE --> </div>