From 03436bca2a20c89decb300f15c308fa0775cfaf4 Mon Sep 17 00:00:00 2001 From: cxt Date: Tue, 29 Sep 2015 15:37:52 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B4=B4=E5=90=A7=E7=9A=84=E7=94=A8=E6=88=B7?= =?UTF-8?q?=E9=93=BE=E6=8E=A5=E5=8F=AF=E7=82=B9=E5=87=BB?= 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 b42bc9523..2df2aee36 100644 --- a/app/views/memos/show.html.erb +++ b/app/views/memos/show.html.erb @@ -64,7 +64,8 @@
-
<%= @memo.author.name%>
+
+ <%= link_to @memo.author.name, user_path(@memo.author), :class => "linkBlue2", :target=> "_blank"%>
<%= format_date( @memo.created_at)%>