diff --git a/app/controllers/reports_controller.rb b/app/controllers/reports_controller.rb index 571332e66..9d0df944d 100644 --- a/app/controllers/reports_controller.rb +++ b/app/controllers/reports_controller.rb @@ -1,6 +1,4 @@ class ReportsController < ApplicationController - before_filter :janitor_only - def user_promotions @report = Reports::UserPromotions.new end diff --git a/app/views/static/site_map.html.erb b/app/views/static/site_map.html.erb index 626befd5c..7b397b092 100644 --- a/app/views/static/site_map.html.erb +++ b/app/views/static/site_map.html.erb @@ -55,12 +55,10 @@
  • <%= link_to("Listing", pools_path) %>
  • <%= link_to("Changes", pool_versions_path) %>
  • - <% if CurrentUser.user.is_janitor? %> - - <% end %> +