|
|
|
@ -60,7 +60,7 @@
|
|
|
|
|
<%= @memo.content.html_safe%>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="cl"></div>
|
|
|
|
|
<div class="mt10 fl">
|
|
|
|
|
<div class=" fl">
|
|
|
|
|
<% if @memo.attachments.any?%>
|
|
|
|
|
<% options = {:author => true, :deletable => @memo.deleted_attach_able_by?(User.current) } %>
|
|
|
|
|
<%= render :partial => 'attachments_links', :locals => {:attachments => @memo.attachments, :options => options, :is_float => true} %>
|
|
|
|
|