From 967e8c20f41b91f73d8e684c64e41e2246e30e13 Mon Sep 17 00:00:00 2001 From: Stas Vilchik Date: Wed, 4 Feb 2015 13:37:59 +0100 Subject: [PATCH] SONAR-6129 Browser cache must be forcibly reset at each new version of SonarQube --- .../webapp/WEB-INF/app/views/layouts/_head.html.erb | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/server/sonar-web/src/main/webapp/WEB-INF/app/views/layouts/_head.html.erb b/server/sonar-web/src/main/webapp/WEB-INF/app/views/layouts/_head.html.erb index be7b6ade97e..de953be5a51 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/app/views/layouts/_head.html.erb +++ b/server/sonar-web/src/main/webapp/WEB-INF/app/views/layouts/_head.html.erb @@ -18,7 +18,7 @@ %> <%= title -%> - + <%= yield :style -%> - + - + <%= yield :script -%> -- 2.39.5