fix
This commit is contained in:
parent
2fbf025c2f
commit
abc163887e
|
@ -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) %>
|
||||
</div>
|
||||
|
||||
<h3><%= avatar(@topic.author, :size => "24") %><%=h @topic.subject %></h3>
|
||||
|
|
Loading…
Reference in New Issue