moderations: show comment username to avoid a click through

This commit is contained in:
joshua stein 2016-02-10 16:11:34 -06:00
parent 28bbc9c8f7
commit d66648ff68

View file

@ -23,8 +23,10 @@
<a href="<%= mod.story.comments_path %>">Story: <%= mod.story.title
%></a>
<% elsif mod.comment %>
<a href="<%= mod.comment.url %>">Comment on <%=
mod.comment.story.title %></a>
<a href="<%= mod.comment.url %>">Comment by
<%= mod.comment.user.username %>
on
<%= mod.comment.story.title %></a>
<% elsif mod.user_id %>
<% if mod.user %>
<a href="/u/<%= mod.user.username %>">User