/posts/:id - make flagger/appealer ip addresses visible to mods.
This commit is contained in:
@@ -8,7 +8,7 @@ module PostFlagsHelper
|
||||
html << DText.parse_inline(flag.reason).html_safe
|
||||
|
||||
if CurrentUser.is_moderator?
|
||||
html << ' - ' + link_to_user(flag.creator)
|
||||
html << " - #{link_to_user(flag.creator)} (#{link_to_ip(flag.creator_ip_addr)})"
|
||||
end
|
||||
|
||||
html << ' - ' + time_ago_in_words_tagged(flag.created_at)
|
||||
|
||||
Reference in New Issue
Block a user