From 15550ead3e9509708ece227ab47c3ef0fc62133d Mon Sep 17 00:00:00 2001 From: wanglinchun Date: Mon, 10 Mar 2014 17:34:19 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E8=AE=A8=E8=AE=BA=E5=90=A7?= =?UTF-8?q?=E4=B8=AD=E5=BC=95=E7=94=A8=E7=9A=84=E6=98=BE=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/views/memos/show.html.erb | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/app/views/memos/show.html.erb b/app/views/memos/show.html.erb index eca6cc95b..05f81f89c 100644 --- a/app/views/memos/show.html.erb +++ b/app/views/memos/show.html.erb @@ -5,13 +5,15 @@
- <%= link_to( + + <%= link_to(l(:button_quote))if !@memo.locked? && User.current.logged? %> + <%= link_to( image_tag('edit.png'), {:action => 'edit', :id => @memo}, @@ -50,13 +52,15 @@
">

<%= pages_count += 1 %>楼 :

- <%= link_to( + + <%= link_to(l(:button_quote))if !@memo.locked? && User.current.logged? %> + <%= link_to( image_tag('edit.png'), {:action => 'edit', :id => reply},