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

Ajax

开发平台:

Others

  1. <% unless sidebar.archives.blank? %>
  2. <h3><%= _("Archives")%></h3>
  3. <ul id="archives">
  4.   <% sidebar.archives.each do |month| %>
  5.     <li>
  6.       <%= link_to month[:name], articles_by_month_path(month[:year], "%02i" % month[:month]) %>
  7.       <%= "<em>(#{month[:article_count]})</em>" if sidebar.show_count %>
  8.     </li>
  9.   <% end %>
  10. </ul>
  11. <% end %>