From f4e75e1a2b27c4294b5c75aa4f1776f6234f45f8 Mon Sep 17 00:00:00 2001 From: Julien HENRY Date: Wed, 3 Jul 2013 15:52:51 +0200 Subject: [PATCH] SONAR-4473 Fix project settings subcategories --- .../main/webapp/WEB-INF/app/views/project/settings.html.erb | 4 ++-- .../webapp/WEB-INF/app/views/settings/_properties.html.erb | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/sonar-server/src/main/webapp/WEB-INF/app/views/project/settings.html.erb b/sonar-server/src/main/webapp/WEB-INF/app/views/project/settings.html.erb index bf155ec2999..acad3ac1d88 100644 --- a/sonar-server/src/main/webapp/WEB-INF/app/views/project/settings.html.erb +++ b/sonar-server/src/main/webapp/WEB-INF/app/views/project/settings.html.erb @@ -1,5 +1,5 @@
- <%= render :partial => 'settings/settings', :locals => {:project=>@project} %> + <%= render :partial => 'settings/settings' %>
-
\ No newline at end of file + diff --git a/sonar-server/src/main/webapp/WEB-INF/app/views/settings/_properties.html.erb b/sonar-server/src/main/webapp/WEB-INF/app/views/settings/_properties.html.erb index b3d1f3831cd..f41d0a16e7f 100644 --- a/sonar-server/src/main/webapp/WEB-INF/app/views/settings/_properties.html.erb +++ b/sonar-server/src/main/webapp/WEB-INF/app/views/settings/_properties.html.erb @@ -10,7 +10,7 @@ -- 2.39.5