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

Ajax

开发平台:

Others

  1. <%= render :partial => 'articles/article', :collection => @articles %>
  2. <% unless @pages.item_count <= this_blog.limit_article_display -%>
  3. <p class="pagination"><%= will_paginate @articles %></p>
  4. <% end -%>