diff --git a/app/views/messages/_course_show.html.erb b/app/views/messages/_course_show.html.erb index e79913380..2d849481e 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/news/_course_show.html.erb b/app/views/news/_course_show.html.erb index a876e2401..46746fdbe 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',