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