软件项目托管社区 | <%= l(:label_user_location) %> : | |
<%= link_to request.host()+"/forums", forums_path %> | <%=link_to l(:label_home),home_path %> > <%=link_to '公共贴吧', :controller => 'forums', :action => 'index' %> > <%=link_to @forum.name, forum_path(@forum) %> > <%=link_to @memo.subject, forum_memo_path(@forum, @memo) %> |
<%= render_flash_messages %>
<%= yield %>
<%= call_hook :view_layouts_base_content %>
<%= render :partial => 'layouts/base_footer'%>