From f977a622a28d116dbaa106937fda91fead472484 Mon Sep 17 00:00:00 2001 From: sw <939547590@qq.com> Date: Wed, 10 Dec 2014 10:23:43 +0800 Subject: [PATCH] =?UTF-8?q?=20#1699=20=E5=85=AC=E5=85=B1=E8=B4=B4=E5=90=A7?= =?UTF-8?q?--=E6=B2=A1=E6=9C=89=E5=9B=9E=E5=A4=8D=E5=B0=B1=E4=B8=8D?= =?UTF-8?q?=E8=A6=81=E6=98=BE=E7=A4=BA=E2=80=9C=E6=9C=80=E5=90=8E=E5=9B=9E?= =?UTF-8?q?=E5=A4=8D=E2=80=9D=E4=BA=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/views/welcome/index.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/welcome/index.html.erb b/app/views/welcome/index.html.erb index 424d4eff0..4dd58641b 100644 --- a/app/views/welcome/index.html.erb +++ b/app/views/welcome/index.html.erb @@ -174,8 +174,8 @@ <%= link_to topic.author.login.truncate(10, omission: '...'),user_path(topic.author),title: topic.author.login %> - <%= l(:label_final_reply)%>: <% unless (topic.last_reply.nil? || topic.last_reply.author.nil?) %> + <%= l(:label_final_reply)%>: <%=link_to topic.last_reply.author.login.truncate(10, omission: '...'),user_path(topic.last_reply.author),title: topic.last_reply.author.login%> <% end %>