diff --git a/app/views/courses/settings.html.erb b/app/views/courses/settings.html.erb
index 69ce4f5dc..4ca8d3d43 100644
--- a/app/views/courses/settings.html.erb
+++ b/app/views/courses/settings.html.erb
@@ -23,6 +23,7 @@
课程名称不能为空
+
diff --git a/app/views/forums/_show_topics.html.erb b/app/views/forums/_show_topics.html.erb
index e61995ecc..9af8538ed 100644
--- a/app/views/forums/_show_topics.html.erb
+++ b/app/views/forums/_show_topics.html.erb
@@ -1,5 +1,4 @@
-
-
+
共有 <%=link_to @forum.memos.count %> 个贴子
<% if memos.any? %>
diff --git a/app/views/layouts/base_users.html.erb b/app/views/layouts/base_users.html.erb
index 651067475..1f74ccd5d 100644
--- a/app/views/layouts/base_users.html.erb
+++ b/app/views/layouts/base_users.html.erb
@@ -68,7 +68,7 @@
- <%=link_to l(:field_homepage), home_path %> >
+ <%=link_to l(:field_homepage), home_path %> >
<%=link_to @user.name, user_path %>
@@ -122,7 +122,7 @@
<%= link_to l(:label_user_watcher)+"("+User.watched_by(@user.id).count.to_s+")" ,:controller=>"users", :action=>"user_watchlist"%>
-
+
<%= link_to l(:label_x_user_fans, :count => User.current.watcher_users(User.current.id).count)+"("+@user.watcher_users.count.to_s+")", :controller=>"users", :action=>"user_fanslist" %>
@@ -190,16 +190,16 @@
<% unless @user.user_extensions.nil? %>
<% if @user.user_extensions.identity == 0 || @user.user_extensions.identity == 1 %>
|
+ <% unless @user.user_extensions.school.nil? %>
<%= l(:field_occupation) %>:
|
+ <% end %>
- <% elsif @user.user_extensions.identity == 3 %>
+ <% elsif @user.user_extensions.identity == 3 && @user.user_extensions.occupation.empty? %>
<%= l(:field_occupation) %>:
diff --git a/app/views/school/index.html.erb b/app/views/school/index.html.erb
index aeb7d0943..00f419aab 100644
--- a/app/views/school/index.html.erb
+++ b/app/views/school/index.html.erb
@@ -18,9 +18,6 @@
}
})
});
-
-
-
-
-
- |