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)%>