diff --git a/app/views/memos/show.html.erb b/app/views/memos/show.html.erb index f2ab0c525..aaf5a5846 100644 --- a/app/views/memos/show.html.erb +++ b/app/views/memos/show.html.erb @@ -64,7 +64,8 @@ <%= render :partial => "memos/praise_tread",:locals => {:obj => @memo,:show_flag => true,:user_id =>User.current.id,:horizontal => true}%>
-
<%= @memo.author.name%>
+
+ <%= link_to @memo.author.name, user_path(@memo.author), :class => "linkBlue2", :target=> "_blank"%>
<%= format_date( @memo.created_at)%>