1
0
Fork 0
mirror of https://github.com/kaminari/kaminari.git synced 2022-11-09 13:44:37 -05:00

Change markdown syntax to rdoc syntax

This commit is contained in:
Yuki Nishijima 2014-05-09 17:37:13 -07:00
parent 9d611ebe1a
commit bcb6c1357a

View file

@ -171,7 +171,7 @@ Run the following generator command, then edit the generated file.
* specifying an alternative views directory (default is <tt>kaminari/</tt>)
<%= paginate @users, :views_prefix => 'templates/' %>
This would search for partials in <tt>app/views/templates/kaminari</tt>. This option makes it easier to do things like A/B testing pagination templates/themes, using new/old templates at the same time as well as better intergration with other gems sush as [cells](https://github.com/apotonick/cells).
This would search for partials in <tt>app/views/templates/kaminari</tt>. This option makes it easier to do things like A/B testing pagination templates/themes, using new/old templates at the same time as well as better intergration with other gems sush as {cells}[https://github.com/apotonick/cells].
* the +link_to_next_page+ and +link_to_previous_page+ helper method