diff --git a/app/views/memos/edit.html.erb b/app/views/memos/edit.html.erb index 00ce81933..b7aa08abd 100644 --- a/app/views/memos/edit.html.erb +++ b/app/views/memos/edit.html.erb @@ -43,12 +43,13 @@ <%= f.kindeditor :content, :required => true, :size => 80,:owner_id => @memo.id,:owner_type => 1 %>
-+
<%= l(:label_attachment_plural) %>
<%= render :partial => 'attachments/form', :locals => {:container => @memo} %>