yrgoldteeth / bootstrap-will_paginate

Format will_paginate html to match Twitter Bootstrap styling

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Installed gem + used a will_paginate tag ... nothing changed

carlcrott opened this issue · comments

Seems like the install directions are incomplete.

  1. Installed the gem
  2. Verified code on the page:
    <%= will_paginate @Citations %>
  3. Refreshed page

... nothing ...

Did you try restarting your server after installing the gem?

What version of Rails?

Also, how many objects were included in the @Citations ivar? I think by default will_paginate does not display a pagination section if the object count is smaller than either the default (15?) or the configured per_page on the class.

+1 restart