diff --git a/app/views/memos/show.html.erb b/app/views/memos/show.html.erb index 8aeb0120b..ce36656a9 100644 --- a/app/views/memos/show.html.erb +++ b/app/views/memos/show.html.erb @@ -60,7 +60,7 @@ <%= @memo.content.html_safe%>
-
+
<% 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} %>