公共贴吧 <%= l(:label_user_location) %> : <% if User.current.logged? %> <%= link_to( l(:label_forum_new), new_forum_path, :class => 'icon icon-add') %> <% end %>
<%= link_to request.host()+"/forums", forums_path %> <%= link_to l(:field_homepage), home_path %> > <%= link_to "公共贴吧", forums_path %>
<% if @forums.size > 0 %> <%= render :partial => 'forums/forum_list', :locals => {:forums => @forums} %> <% else %> <%= render :partial => "layouts/no_content" %> <% end %> <%html_title l(:label_forum)%>