diff --git a/app/views/memos/show.html.erb b/app/views/memos/show.html.erb index 9b68e80fc..577c3ff7f 100644 --- a/app/views/memos/show.html.erb +++ b/app/views/memos/show.html.erb @@ -23,7 +23,8 @@ )if !@memo.locked? && User.current.logged? %> <%= link_to( - image_tag('edit.png'), + #image_tag('edit.png'), + l(:button_edit), {:action => 'edit', :id => @memo}, :method => 'get', :title => l(:button_edit)