From 2ee20e5df1eafa521b192670cdaec675210e166e Mon Sep 17 00:00:00 2001 From: Toks Date: Tue, 9 Apr 2013 20:56:06 -0400 Subject: [PATCH] fixes #1252 --- app/helpers/application_helper.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/helpers/application_helper.rb b/app/helpers/application_helper.rb index 070a0ac8c..ba2de6c46 100644 --- a/app/helpers/application_helper.rb +++ b/app/helpers/application_helper.rb @@ -145,7 +145,7 @@ protected when "tags" /^\/tags/ - when "pools" + when "pools", "pool_versions" /^\/pools/ when "moderator/dashboards"