show.html.erb
上传用户:netsea168
上传日期:2022-07-22
资源大小:4652k
文件大小:0k
- <% @article_counter = -1 %>
- <%= render :partial => 'article', :collection => @articles %>
- <div id='paginate'>
- <%= will_paginate @articles, { :previous_label => _('Previous'), :next_label => _('Next') } %>
- </div>