diff --git a/app/views/users/index.html.erb b/app/views/users/index.html.erb
index b6b9fdc40..8fd57ed6a 100644
--- a/app/views/users/index.html.erb
+++ b/app/views/users/index.html.erb
@@ -19,6 +19,7 @@
5+ FBCI |
<% end %>
Notes |
+ Edits |
Level |
Joined |
@@ -44,6 +45,7 @@
<%= number_to_percentage Reports::UserPromotions.confidence_interval_for(user, 5), :precision => 0 %> |
<% end %>
<%= link_to user.note_versions.count, note_versions_path(:search => {:updater_id => user.id}) %> |
+ <%= link_to user.post_update_count, post_versions_path(:search => {:updater_id => user.id}) %> |
<%= user.level_string %> |
<%= compact_time user.created_at %> |