From: Simon Brandhof Date: Tue, 2 Oct 2012 14:45:59 +0000 (+0200) Subject: SONAR-1984 fix style extensions in dev mode X-Git-Tag: 3.3~143 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=be04e85af8392c47b75cdb96e1278944e5708815;p=sonarqube.git SONAR-1984 fix style extensions in dev mode --- diff --git a/sonar-server/src/main/webapp/WEB-INF/app/views/layouts/_head.html.erb b/sonar-server/src/main/webapp/WEB-INF/app/views/layouts/_head.html.erb index 73c87158d5c..b19a1f05f9c 100644 --- a/sonar-server/src/main/webapp/WEB-INF/app/views/layouts/_head.html.erb +++ b/sonar-server/src/main/webapp/WEB-INF/app/views/layouts/_head.html.erb @@ -40,6 +40,7 @@ <%= stylesheet_link_tag 'style', :media => 'all' %> <%= stylesheet_link_tag 'sonar-colorizer', :media => 'all' %> <%= stylesheet_link_tag 'dashboard', :media => 'all' %> + <%= yield :style -%> <%= javascript_include_tag 'prototype' %> <%= javascript_include_tag 'scriptaculous' %> <%= javascript_include_tag 'tablekit' %>