Displaying 1 result from an estimated 1 matches for "nextlink".
Did you mean:
netlink
2006 Jun 02
3
Custom Pagination Links
...ink"}) {|link_name|
"<span class=\"currentpage\">#{link_name}</span>"} %>
<% end %>
<%= link_to(''Next >'', {:params => params.merge(''page'' =>
@my_pages.current.next)}, {:class => "nextlink"}) if
@my_pages.current.next %>
</div>
--
Posted via http://www.ruby-forum.com/.