From c534df3871fac86483a858daa5e87bdee943932c Mon Sep 17 00:00:00 2001 From: Toks Date: Sat, 6 Jul 2013 15:45:31 -0400 Subject: [PATCH] add post update count to user listing --- app/views/users/index.html.erb | 2 ++ 1 file changed, 2 insertions(+) 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 %>