]> source.dussan.org Git - sonarqube.git/commit
SONAR-2443 Improve the user select-box when searching for review
authorFabrice Bellingard <bellingard@gmail.com>
Tue, 24 May 2011 13:22:06 +0000 (15:22 +0200)
committerFabrice Bellingard <bellingard@gmail.com>
Tue, 24 May 2011 17:03:19 +0000 (19:03 +0200)
commit4b6fbec3e9fc12e5be02878c23b313c460a1266d
tree6d2dced867691e856f4021e110ca3fa823008893
parent3e32f3cd621a9c751d8355dda697e9fb224b3957
SONAR-2443 Improve the user select-box when searching for review

- For field "author" and "assignee"
- Done as a reusable component
sonar-server/src/main/webapp/WEB-INF/app/controllers/reviews_controller.rb
sonar-server/src/main/webapp/WEB-INF/app/controllers/users_controller.rb
sonar-server/src/main/webapp/WEB-INF/app/helpers/users_helper.rb
sonar-server/src/main/webapp/WEB-INF/app/views/autocomplete/_text_field.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/app/views/users/_autocomplete.html.erb [new file with mode: 0644]
sonar-server/src/main/webapp/stylesheets/style.css