<%= l(:label_welcome_trustie) %> , <%= l(:label_welcome_trustie_description) %>
<%= stylesheet_link_tag 'welcome' %>

新开课程

<%= link_to "更多>>", {:controller => 'projects', :action => 'course', :project_type => 1}, :target => "_blank" %>

当前网站状态

课程总量: <%=@course.count%> 教师数量: <%=@teacher.count%>
用户总量: <%=User.count%> 学生数量: <%=@student.count%>
资源总量: <%=Attachment.count%>  
<%= link_to "意见反馈" , suggestion_send_path, {:class => 'orangeButton', :style => "color: #EEEEEE" }%>

问题和反馈动态 <%= link_to "我要提问" , newbie_send_path, {:class => 'orangeButton idea_btn', :style => "color: #EEEEEE" }%> <%= link_to "我要反馈" , suggestion_send_path, {:class => 'orangeButton idea_btn', :style => "color: #EEEEEE" }%>

<%= link_to "更多>>", forums_path %>