This commit is contained in:
xianbo 2013-10-14 08:56:08 +08:00
parent 2fbf025c2f
commit abc163887e
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@
:method => :post, :method => :post,
:data => {:confirm => l(:text_are_you_sure)}, :data => {:confirm => l(:text_are_you_sure)},
:class => 'icon icon-del' :class => 'icon icon-del'
) if @bid.destroyable_by?(User.current) %> ) if @message.destroyable_by?(User.current) %>
</div> </div>
<h3><%= avatar(@topic.author, :size => "24") %><%=h @topic.subject %></h3> <h3><%= avatar(@topic.author, :size => "24") %><%=h @topic.subject %></h3>