From f29918c0978da6622243aa501d7aed4bc44c54f5 Mon Sep 17 00:00:00 2001 From: r888888888 Date: Thu, 18 Jun 2015 12:19:39 -0700 Subject: [PATCH] fix error --- app/views/reports/janitor_trials.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/reports/janitor_trials.html.erb b/app/views/reports/janitor_trials.html.erb index 643b843b1..b70b5f2e2 100644 --- a/app/views/reports/janitor_trials.html.erb +++ b/app/views/reports/janitor_trials.html.erb @@ -22,7 +22,7 @@ <% @report.janitors.each do |janitor| %> <%= link_to_user janitor.user %> - <%= janitor.user.level_string %> + <%= janitor.user.level_string %> <%= link_to janitor.approval_count, posts_path(:tags => "approver:#{janitor.user.name}") %> <%= link_to janitor.deleted_count, posts_path(:tags => "approver:#{janitor.user.name} status:deleted") %> <%= janitor.percentile_25_score %>