_pages.html.erb
上传用户:netsea168
上传日期:2022-07-22
资源大小:4652k
文件大小:0k
源码类别:

Ajax

开发平台:

Others

  1.     <%= link_to <%= _("Previous page"), { :id => pages.current.previous } if pages.current.previous -%>
  2.     <%= pagination_links pages, :name => 'id' -%>
  3.     <%= link_to _("Next page"), { :id => pages.current.next } if pages.current.next -%>