diff --git a/app/views/memos/show.html.erb b/app/views/memos/show.html.erb index 5d11032df..723bef435 100644 --- a/app/views/memos/show.html.erb +++ b/app/views/memos/show.html.erb @@ -56,11 +56,11 @@
<% @replies.each do |reply| %>
-
+
<%= link_to image_tag(url_to_avatar(reply.author), :width => 45,:height => 45), user_path(reply.author) %>
-
+
<%= reply.author.name%> <% if reply.parent && reply.parent.id != @memo.id%> 回复<%= reply.parent.author.name%>