From 0b9fa0ab1b8e868c83a1be40c17b4caf181657e0 Mon Sep 17 00:00:00 2001 From: Toks Date: Sun, 21 Apr 2013 15:59:09 -0400 Subject: [PATCH] fixes #1400 --- app/views/forum_posts/index.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/forum_posts/index.html.erb b/app/views/forum_posts/index.html.erb index 9371e1d9b..e9484f24d 100644 --- a/app/views/forum_posts/index.html.erb +++ b/app/views/forum_posts/index.html.erb @@ -14,7 +14,7 @@ <%= link_to forum_post.topic.title, forum_topic_path(forum_post.topic) %> <%= link_to truncate(forum_post.body, :length => 50), forum_post_path(forum_post) %> - <%= forum_post.creator.name %> + <%= link_to_user forum_post.creator %> <%= time_ago_in_words_tagged forum_post.created_at %> <% end %>