Pagination_links problem

    <%= pagination_links(@post_pages) %>

that become

but I want it plus

  • element,become

    how should I do?

  • Try using will_paginate instead. (A lot cleaner and nicer to work with)

    http://railslodge.com/plugins/103-will-paginate

    Zhenning G. wrote:

      <%= pagination_links(@post_pages) %>

    that become

    but I want it plus

  • element,become

    how should I do?