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) %>