From 49cfa0e6f56dc04ad1777dc50dfbb65955f4f1ec Mon Sep 17 00:00:00 2001 From: r888888888 Date: Fri, 11 Sep 2015 15:46:24 -0700 Subject: [PATCH] add age to janitor trial report --- app/views/reports/janitor_trials.html.erb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/views/reports/janitor_trials.html.erb b/app/views/reports/janitor_trials.html.erb index bdc893cf2..f86fcf4a0 100644 --- a/app/views/reports/janitor_trials.html.erb +++ b/app/views/reports/janitor_trials.html.erb @@ -8,6 +8,7 @@ User + Age Level Approvals Del Chance @@ -21,6 +22,7 @@ <% @report.janitors.each do |janitor| %> <%= link_to_user janitor.user %> + <%= time_ago_in_words(janitor.created_at) %> <%= janitor.user.level_string %> <%= link_to janitor.approval_count, posts_path(:tags => "approver:#{janitor.user.name} order:random", :limit => 200) %> <%= link_to janitor.deletion_chance, posts_path(:tags => "approver:#{janitor.user.name} status:deleted", :limit => 200) %>