]> source.dussan.org Git - sonarqube.git/commit
Fix loading of project DSM in drilldown page
authorSimon Brandhof <simon.brandhof@sonarsource.com>
Thu, 3 Jul 2014 16:13:01 +0000 (18:13 +0200)
committerSimon Brandhof <simon.brandhof@sonarsource.com>
Thu, 3 Jul 2014 16:13:46 +0000 (18:13 +0200)
commit5c5f3c6ead9a6ed2c1d51df31f653674196f1ffe
tree43697abedd166fe9a03727d52312bc9a44335852
parent1ad2570e7a3712f002f445822967e8cc58812301
Fix loading of project DSM in drilldown page
13 files changed:
plugins/sonar-design-plugin/src/main/java/org/sonar/plugins/design/DesignPlugin.java
sonar-server/src/main/java/org/sonar/server/ui/JRubyFacade.java
sonar-server/src/main/js/application.js
sonar-server/src/main/webapp/WEB-INF/app/controllers/resource_controller.rb
sonar-server/src/main/webapp/WEB-INF/app/views/drilldown/_footer.html.erb
sonar-server/src/main/webapp/WEB-INF/app/views/drilldown/_header.html.erb
sonar-server/src/main/webapp/WEB-INF/app/views/drilldown/issues.html.erb
sonar-server/src/main/webapp/WEB-INF/app/views/drilldown/measures.html.erb
sonar-server/src/main/webapp/WEB-INF/app/views/gwt/_resource_viewers.html.erb [new file with mode: 0644]
sonar-server/src/main/webapp/WEB-INF/app/views/layouts/_breadcrumb.html.erb
sonar-server/src/main/webapp/WEB-INF/app/views/resource/_tabs.html.erb [new file with mode: 0644]
sonar-server/src/main/webapp/WEB-INF/app/views/resource/_view.html.erb [new file with mode: 0644]
sonar-server/src/main/webapp/WEB-INF/app/views/shared/_source_coverage.html.erb