From 83c5d5c78db4efb32a95ff9786b62b84a06a0a6b Mon Sep 17 00:00:00 2001 From: z9hang Date: Wed, 24 Sep 2014 09:03:38 +0800 Subject: [PATCH] =?UTF-8?q?#1283=E5=85=AC=E5=91=8A=E8=B4=B4=E5=90=A7?= =?UTF-8?q?=EF=BC=8C=E7=BC=96=E8=BE=91=E5=9B=9E=E5=B8=96=E6=8E=A7=E4=BB=B6?= =?UTF-8?q?=E5=BB=BA=E8=AE=AE=E4=BF=AE=E6=94=B9=E6=A0=B7=E5=BC=8F,?= =?UTF-8?q?=E7=BC=96=E8=BE=91=E6=8C=89=E9=92=AE=E7=94=B1=E5=9B=BE=E7=89=87?= =?UTF-8?q?=E6=94=B9=E4=B8=BA=E5=AD=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/views/memos/show.html.erb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/views/memos/show.html.erb b/app/views/memos/show.html.erb index 5da3c5d63..2736ca81b 100644 --- a/app/views/memos/show.html.erb +++ b/app/views/memos/show.html.erb @@ -90,7 +90,8 @@ )if !@memo.locked? && User.current.logged? %> <%= link_to( - image_tag('edit.png'), + #image_tag('edit.png'), + l(:button_edit), {:action => 'edit', :id => reply}, :title => l(:button_edit) ) if reply.editable_by?(User.current) %>