diff --git a/app/views/messages/_course_show.html.erb b/app/views/messages/_course_show.html.erb
index d3d392c31..613444c15 100644
--- a/app/views/messages/_course_show.html.erb
+++ b/app/views/messages/_course_show.html.erb
@@ -65,7 +65,7 @@
由<%= link_to_user_header @topic.author,false,:class=> 'problem_name' %> 添加于<%= format_time(@topic.created_on) %>
- <%= watcher_link(@topic, User.current) %>
+ <%#= watcher_link(@topic, User.current) %>
<%= link_to(
l(:button_edit),
diff --git a/app/views/messages/_form_course.html.erb b/app/views/messages/_form_course.html.erb
index 615de9778..e6dc99995 100644
--- a/app/views/messages/_form_course.html.erb
+++ b/app/views/messages/_form_course.html.erb
@@ -9,7 +9,7 @@
<% else %>
<%= f.text_field :subject, { size: 60, id: "message_subject", onkeyup: "regexSubject();",:class=>"talk_input w585" }.merge(extra_option) %>
<% end %>
-
+
<% unless replying %>
@@ -30,7 +30,7 @@
<%= text_area :quote,:quote,:style => 'display:none' %>
<%= f.text_area :content, :class => 'talk_text fl', :id => 'message_content', :onkeyup => "regexContent();", :maxlength => 5000,:placeholder => "最多3000个汉字(或6000个英文字符)" %>
-
+
diff --git a/app/views/news/_course_form.html.erb b/app/views/news/_course_form.html.erb
index 54d0a1b69..b32401d7c 100644
--- a/app/views/news/_course_form.html.erb
+++ b/app/views/news/_course_form.html.erb
@@ -1,12 +1,12 @@
-
+
-
+
diff --git a/app/views/news/_course_show.html.erb b/app/views/news/_course_show.html.erb
index 0a6410374..9ea8159bd 100644
--- a/app/views/news/_course_show.html.erb
+++ b/app/views/news/_course_show.html.erb
@@ -76,7 +76,7 @@
<%= link_to image_tag(url_to_avatar(@news.author),:width => 42,:height => 42), user_path(@news.author), :class => "problem_pic fl" %>
<%=h @news.title %>
- <%= watcher_link(@news, User.current) %>
+ <%#= watcher_link(@news, User.current) %>
<%= link_to(l(:button_edit),
edit_news_path(@news),
:class => 'talk_edit fr',