aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-web/src/main/webapp
diff options
context:
space:
mode:
authorStas Vilchik <vilchiks@gmail.com>2015-10-22 20:48:21 +0200
committerStas Vilchik <vilchiks@gmail.com>2015-10-22 20:48:21 +0200
commit5469f3ac48fbfd377a246cfa77a19249132714b4 (patch)
treea0be80fdd6713502eac927d20751e50a1b0bc1d6 /server/sonar-web/src/main/webapp
parent0dc21da0c4d4f29e91637bc778b2cbf16b657d80 (diff)
downloadsonarqube-5469f3ac48fbfd377a246cfa77a19249132714b4.tar.gz
sonarqube-5469f3ac48fbfd377a246cfa77a19249132714b4.zip
SONAR-6928 apply feedback
Diffstat (limited to 'server/sonar-web/src/main/webapp')
-rw-r--r--server/sonar-web/src/main/webapp/WEB-INF/app/controllers/system_controller.rb4
-rw-r--r--server/sonar-web/src/main/webapp/WEB-INF/app/views/system/new.html.erb4
2 files changed, 0 insertions, 8 deletions
diff --git a/server/sonar-web/src/main/webapp/WEB-INF/app/controllers/system_controller.rb b/server/sonar-web/src/main/webapp/WEB-INF/app/controllers/system_controller.rb
index b570e238edd..af4c4d94b19 100644
--- a/server/sonar-web/src/main/webapp/WEB-INF/app/controllers/system_controller.rb
+++ b/server/sonar-web/src/main/webapp/WEB-INF/app/controllers/system_controller.rb
@@ -26,8 +26,4 @@ class SystemController < ApplicationController
end
- def new
-
- end
-
end
diff --git a/server/sonar-web/src/main/webapp/WEB-INF/app/views/system/new.html.erb b/server/sonar-web/src/main/webapp/WEB-INF/app/views/system/new.html.erb
deleted file mode 100644
index 8e9f0861c90..00000000000
--- a/server/sonar-web/src/main/webapp/WEB-INF/app/views/system/new.html.erb
+++ /dev/null
@@ -1,4 +0,0 @@
-<% content_for :extra_script do %>
- <script src="<%= ApplicationController.root_context -%>/js/bundles/system.js?v=<%= sonar_version -%>"></script>
-<% end %>
-