`
qingshou117
  • 浏览: 46991 次
  • 性别: Icon_minigender_1
  • 来自: 杭州
社区版块
存档分类
最新评论

will_paginate

    博客分类:
  • ROR
 
阅读更多
#will_paginat 中文化
application_helper增加以下代码
         def will_paginate(collection, options = {})
options.merge!({
:previous_label => t( 'previous'),
:next_label => (t 'next')
})
super(collection, options)
end
zh_CN
#will_paginat 中文化
  previous: '前一页'
  next: '下一页'
分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics