|
|
|
@ -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>
|
|
|
|
|