From ed81275d17b0f605e540ddb88b0e45a414e4d3f1 Mon Sep 17 00:00:00 2001 From: z9hang Date: Tue, 16 Sep 2014 10:50:49 +0800 Subject: [PATCH] =?UTF-8?q?#1256=EF=BC=8C=E7=BC=96=E8=BE=91=E5=B8=96?= =?UTF-8?q?=E5=AD=90=E7=9A=84=E6=8C=89=E9=92=AE=E6=98=AF=E5=9B=BE=E6=A0=87?= =?UTF-8?q?=E8=80=8C=E5=BC=95=E7=94=A8=E5=92=8C=E5=88=A0=E9=99=A4=E9=83=BD?= =?UTF-8?q?=E6=98=AF=E6=96=87=E5=AD=97=EF=BC=8C=E5=B0=86=E7=BC=96=E8=BE=91?= =?UTF-8?q?=E4=B9=9F=E6=94=B9=E4=B8=BA=E6=96=87=E5=AD=97=E4=BF=9D=E6=8C=81?= =?UTF-8?q?=E4=B8=80=E8=87=B4?= 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 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)