Good morning :), I like to localize the "previous" and "next" links in will_paginate, how can I do that? Did anyone find a nice workaround? Thanks in advance cheers tabaluga
A:
will_paginate
accepts a Hash of options, including options to customize the previous/next labels.
<% will_paginate @collection, :previous_label => t("previous"), :next_label => t("next") %>
Simone Carletti
2010-07-09 09:47:07
Thank YOU! That worked! Have a nice weekend. :)
tabaluga
2010-07-09 09:49:55