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

Ajax

开发平台:

Others

  1. <% for article in @articles -%>
  2.   <div class="post">
  3.     <%= render :partial => "articles/article", :object => article %>
  4.     <%= link_to_permalink article, _("Read more") + "..." if article.extended? %>
  5.     <p class="meta"><%= article_links article %></p>
  6.   </div>
  7. <% end -%>
  8. <%= will_paginate @articles %>