From d66648ff68290104be08469e8e673340428fa002 Mon Sep 17 00:00:00 2001 From: joshua stein Date: Wed, 10 Feb 2016 16:11:34 -0600 Subject: [PATCH] moderations: show comment username to avoid a click through --- app/views/moderations/index.html.erb | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/app/views/moderations/index.html.erb b/app/views/moderations/index.html.erb index 1a90a36..5f7cd72 100644 --- a/app/views/moderations/index.html.erb +++ b/app/views/moderations/index.html.erb @@ -23,8 +23,10 @@ Story: <%= mod.story.title %> <% elsif mod.comment %> - Comment on <%= - mod.comment.story.title %> + Comment by + <%= mod.comment.user.username %> + on + <%= mod.comment.story.title %> <% elsif mod.user_id %> <% if mod.user %> User