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

Ajax

开发平台:

Others

  1. <% @article_counter = -1 %>
  2. <%= render :partial => 'article', :collection => @articles %>
  3. <div id='paginate'>
  4. <%= will_paginate @articles, { :previous_label => _('Previous'), :next_label => _('Next')  } %>
  5. </div>