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

Ajax

开发平台:

Others

  1. <% unless sidebar.authors.blank? -%>
  2. <h3><%= _("Authors")%></h3>
  3. <ul id="categories">
  4. <% for user in sidebar.authors -%>
  5.   <li>
  6.     <%= link_to h(user.name), :controller => 'authors', :action => 'show', :id => user.login  %>
  7.     <%= "(#{user.articles.count})" if sidebar.count %>
  8.   </li>
  9.   <% end %>
  10. </ul>
  11. <% end %>