diff --git a/app/views/messages/_project_show.html.erb b/app/views/messages/_project_show.html.erb
index 39990e215..43b0798aa 100644
--- a/app/views/messages/_project_show.html.erb
+++ b/app/views/messages/_project_show.html.erb
@@ -104,10 +104,11 @@
-
- <% if @topic.author.id == User.current.id %>
+
-
<%= link_to(l(:button_edit), {:action => 'edit', :id => @topic}, :class => 'postOptionLink') if @message.editable_by?(User.current) %>
+ <% if @topic.author.id == User.current.id %>
-
<%= link_to(l(:button_delete), {:action => 'destroy', :id => @topic},:method => :post,
:data => {:confirm => l(:text_are_you_sure)},