From abc163887e926bddeec658343c230ab1e085c722 Mon Sep 17 00:00:00 2001 From: xianbo Date: Mon, 14 Oct 2013 08:56:08 +0800 Subject: [PATCH] fix --- app/views/messages/show.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/messages/show.html.erb b/app/views/messages/show.html.erb index 3787efe4a..0529de844 100644 --- a/app/views/messages/show.html.erb +++ b/app/views/messages/show.html.erb @@ -20,7 +20,7 @@ :method => :post, :data => {:confirm => l(:text_are_you_sure)}, :class => 'icon icon-del' - ) if @bid.destroyable_by?(User.current) %> + ) if @message.destroyable_by?(User.current) %>

<%= avatar(@topic.author, :size => "24") %><%=h @topic.subject %>