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

Ajax

开发平台:

Others

  1. <% @article_counter = -1 %>
  2. <h1><%= link_to category_name(params[:id]), "#{this_blog.base_url}/category/#{params[:id]}" %></h1>
  3. <%= render :partial => 'article', :collection => @articles %>
  4. <div id='paginate'>
  5.   <%= will_paginate @articles, { :previous_label => _('Previous'), :next_label => _('Next')  } %>
  6. </div>