index.html.erb
上传用户:netsea168
上传日期:2022-07-22
资源大小:4652k
文件大小:0k
- <%= render :partial => 'articles/article', :collection => @articles %>
- <% unless @pages.item_count <= this_blog.limit_article_display -%>
- <p class="pagination"><%= will_paginate @articles %></p>
- <% end -%>