From dc4686d13036de451b65e41b131478151d6f5bfd Mon Sep 17 00:00:00 2001
From: sw <939547590@qq.com>
Date: Fri, 27 Mar 2015 16:45:47 +0800
Subject: [PATCH 1/2] =?UTF-8?q?=E5=8E=BB=E6=8E=89=E8=B7=9F=E8=B8=AA?=
=?UTF-8?q?=E5=8A=9F=E8=83=BD?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
app/views/messages/_course_show.html.erb | 2 +-
app/views/news/_course_show.html.erb | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
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',
From 7fa8ccad7c9fa59774332418e1d60da1359a29d4 Mon Sep 17 00:00:00 2001
From: sw <939547590@qq.com>
Date: Fri, 27 Mar 2015 16:55:23 +0800
Subject: [PATCH 2/2] =?UTF-8?q?=E8=AF=BE=E7=A8=8B=E9=80=9A=E7=9F=A5?=
=?UTF-8?q?=E5=92=8C=E8=AE=A8=E8=AE=BA=E5=8C=BA=E7=BC=96=E8=BE=91=E3=80=81?=
=?UTF-8?q?=E6=96=B0=E5=BB=BA=E6=97=B6=E5=AE=BD=E5=BA=A6=E4=B8=8D=E5=AF=B9?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
app/views/messages/_form_course.html.erb | 4 ++--
app/views/news/_course_form.html.erb | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/app/views/messages/_form_course.html.erb b/app/views/messages/_form_course.html.erb
index 7b5d47c71..ba8abcfaa 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 @@
-
+
-
+