diff --git a/app/views/posts/partials/show/_information.html.erb b/app/views/posts/partials/show/_information.html.erb
index b738c11e9..f6fad113f 100644
--- a/app/views/posts/partials/show/_information.html.erb
+++ b/app/views/posts/partials/show/_information.html.erb
@@ -1,6 +1,9 @@
- ID: <%= post.id %>
- Tagger: <%= link_to_user(post.keeper) %>
+ <% if CurrentUser.is_moderator? %>
+ - Uploader: <%= link_to_user(post.uploader) %>
+ <% end %>
-
Date: <%= link_to time_ago_in_words_tagged(post.created_at), posts_path(:tags => "date:#{post.created_at.to_date}"), :rel => "nofollow" %>