]> source.dussan.org Git - sonarqube.git/commit
SONAR-2327 first step to refactor reviews page
authorsimonbrandhof <simon.brandhof@gmail.com>
Wed, 20 Apr 2011 21:48:39 +0000 (23:48 +0200)
committersimonbrandhof <simon.brandhof@gmail.com>
Thu, 21 Apr 2011 16:29:45 +0000 (18:29 +0200)
commit3dba150b687c18f0e97c2d8dc089e4763e852dc2
treed38a2e23adf676f7a1b01de8b1b0c56f72f799ca
parente91ffc61812513ce3056d20268cf6d2513865e83
SONAR-2327 first step to refactor reviews page

SONAR-2327 add link to review

SONAR-2327 render review results in a table
sonar-server/src/main/webapp/WEB-INF/app/controllers/reviews_controller.rb
sonar-server/src/main/webapp/WEB-INF/app/helpers/reviews_helper.rb
sonar-server/src/main/webapp/WEB-INF/app/models/project.rb
sonar-server/src/main/webapp/WEB-INF/app/models/review.rb
sonar-server/src/main/webapp/WEB-INF/app/models/severity.rb [new file with mode: 0644]
sonar-server/src/main/webapp/WEB-INF/app/views/reviews/_show.html.erb [new file with mode: 0644]
sonar-server/src/main/webapp/WEB-INF/app/views/reviews/index.html.erb
sonar-server/src/main/webapp/WEB-INF/db/migrate/191_create_review.rb
sonar-server/src/main/webapp/images/status/closed.png [new file with mode: 0644]
sonar-server/src/main/webapp/images/status/open.png [new file with mode: 0644]
sonar-server/src/main/webapp/stylesheets/style.css