]> source.dussan.org Git - sonarqube.git/commit
SONAR-2218 display headers of source, coverage and violations tabs
authorsimonbrandhof <simon.brandhof@gmail.com>
Wed, 2 Mar 2011 13:49:14 +0000 (14:49 +0100)
committersimonbrandhof <simon.brandhof@gmail.com>
Wed, 2 Mar 2011 13:49:14 +0000 (14:49 +0100)
commit3635c6c5f851ebbc6ca3e3a11f4f687570884d6e
tree52319abb38679afd2355107f35f61275a40cd184
parent81a28a44dde692fd30f2f2196ace32bff229f892
SONAR-2218 display headers of source, coverage and violations tabs
13 files changed:
sonar-server/src/main/java/org/sonar/server/ui/DefaultPages.java [new file with mode: 0644]
sonar-server/src/main/java/org/sonar/server/ui/JRubyFacade.java
sonar-server/src/main/java/org/sonar/server/ui/Views.java
sonar-server/src/main/webapp/WEB-INF/app/controllers/browse_controller.rb
sonar-server/src/main/webapp/WEB-INF/app/views/browse/_header_coverage.html.erb [new file with mode: 0644]
sonar-server/src/main/webapp/WEB-INF/app/views/browse/_header_source.html.erb [new file with mode: 0644]
sonar-server/src/main/webapp/WEB-INF/app/views/browse/_header_violations.html.erb [new file with mode: 0644]
sonar-server/src/main/webapp/WEB-INF/app/views/browse/_rules_filter.html.erb [new file with mode: 0644]
sonar-server/src/main/webapp/WEB-INF/app/views/browse/_tabs.html.erb [new file with mode: 0644]
sonar-server/src/main/webapp/WEB-INF/app/views/browse/extension.html.erb [new file with mode: 0644]
sonar-server/src/main/webapp/WEB-INF/app/views/browse/index.html.erb
sonar-server/src/main/webapp/WEB-INF/app/views/browse/nothing.html.erb [new file with mode: 0644]
sonar-server/src/test/java/org/sonar/server/ui/ViewsTest.java