Hi Paul, By default it should show up when you have more than thirty records.
What happens if you manually add this to your index page? <%= will_paginate @collection, renderer: BootstrapPagination::Rails %> (You have to replace @collection with the name of the model, like @events or @projects). Regards, Ignacio El 02/12/13 06:18, Paul escribió: > I'm using Hobo 2.0.1. My index-page(s) all show the table format, but > the page-nav is missing. They are present in the index-page def, but no > nav shows up. I have more rows that the :per_page number. I can manually > put in the ?page parameter in the url and it goes to that page, but > still now page-nav. > > Any idea why? > > Thanks, > Paul > > -- > You received this message because you are subscribed to the Google > Groups "Hobo Users" group. > To unsubscribe from this group and stop receiving emails from it, send > an email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at http://groups.google.com/group/hobousers. > For more options, visit https://groups.google.com/groups/opt_out. -- Ignacio Huerta Arteche http://www.ihuerta.net Teléfono: 0034 645 70 77 35 Email realizado con software libre -- You received this message because you are subscribed to the Google Groups "Hobo Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/hobousers. For more options, visit https://groups.google.com/groups/opt_out.
