From 45c6c0b9f34d555173dc06d8e6e050dd962530a4 Mon Sep 17 00:00:00 2001 From: xianbo Date: Fri, 4 Apr 2014 17:21:07 +0800 Subject: [PATCH] fix --- app/views/welcome/course.html.erb | 19 ++++++++++++------- app/views/welcome/index.html.erb | 12 ++++++++---- 2 files changed, 20 insertions(+), 11 deletions(-) diff --git a/app/views/welcome/course.html.erb b/app/views/welcome/course.html.erb index e9dc43ac2..a9f6aee6e 100644 --- a/app/views/welcome/course.html.erb +++ b/app/views/welcome/course.html.erb @@ -207,13 +207,18 @@
-

当前网站状态 - 活跃课程: <%=@course.count%> - 高校: 个 - 教师: <%=@teacher.count%> 名 - 学生: <%=@student.count%> 名 -

+
- +

+ + + + + + + +
当前网站状态活跃课程: <%=@course.count%>高校: 1个教师: <%=@teacher.count%> 名学生: <%=@student.count%> 名 +
+

diff --git a/app/views/welcome/index.html.erb b/app/views/welcome/index.html.erb index 8cf74b3c0..ca4c8024a 100644 --- a/app/views/welcome/index.html.erb +++ b/app/views/welcome/index.html.erb @@ -243,9 +243,13 @@

- 当前网站状态 - 活跃项目: <%=@projectCount%>个 - 私有项目: <%=@projectHidenCount%>个 - 开发者: <%= @developerCount%>个 + + + + + + + +
当前网站状态活跃项目:<%=@projectCount%>个私有项目: <%=@projectHidenCount%>个开发者:<%=@developerCount%>个