|
|
@ -81,7 +81,7 @@
|
|
|
|
<div class=" fl" style="width: 600px">
|
|
|
|
<div class=" fl" style="width: 600px">
|
|
|
|
<%#= link_to_attachments_course @topic, :author => false %>
|
|
|
|
<%#= link_to_attachments_course @topic, :author => false %>
|
|
|
|
<% if @article.attachments.any?%>
|
|
|
|
<% if @article.attachments.any?%>
|
|
|
|
<% options = {:author => true, :deletable => true} %>
|
|
|
|
<% options = {:author => true, :deletable => false} %>
|
|
|
|
<%= render :partial => 'blog_comments/attachments_links', :locals => {:attachments => @article.attachments, :options => options, :is_float => true} %>
|
|
|
|
<%= render :partial => 'blog_comments/attachments_links', :locals => {:attachments => @article.attachments, :options => options, :is_float => true} %>
|
|
|
|
<% end %>
|
|
|
|
<% end %>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|