diff --git a/app/views/messages/_course_show.html.erb b/app/views/messages/_course_show.html.erb
index 7a61273bb..e8b376f47 100644
--- a/app/views/messages/_course_show.html.erb
+++ b/app/views/messages/_course_show.html.erb
@@ -42,7 +42,6 @@
-
- <% if @topic.author.id == User.current.id %>
-
<%= link_to(
l(:button_edit),
@@ -59,7 +58,6 @@
:class => 'postOptionLink'
) if @message.course_destroyable_by?(User.current) %>
- <% end %>
- <%= link_to "发送", "javascript:void(0);", :onclick => "show_send(#{@message.id}, #{User.current.id}, 'message');", :class => "postOptionLink" %>