]> source.dussan.org Git - sonarqube.git/commit
SONAR-4407 Refactor the libraries page in order to drop GWT
authorStas Vilchik <vilchiks@gmail.com>
Wed, 20 Aug 2014 12:09:12 +0000 (18:09 +0600)
committerStas Vilchik <vilchiks@gmail.com>
Wed, 20 Aug 2014 12:09:12 +0000 (18:09 +0600)
commitba80308af044487d736ecb66d6f7874d82d172f1
tree06fcd3a08c0e1f7932cd9a3361c5a0c965ce2dd3
parent50ac2597d4c259096cb9af300215d1387b1cbcb6
SONAR-4407 Refactor the libraries page in order to drop GWT

List the component's libraries
server/sonar-web/Gruntfile.coffee
server/sonar-web/src/main/coffee/libraries/app.coffee [new file with mode: 0644]
server/sonar-web/src/main/coffee/libraries/view.coffee [new file with mode: 0644]
server/sonar-web/src/main/hbs/libraries/libraries.hbs [new file with mode: 0644]
server/sonar-web/src/main/js/common/handlebars-extensions.js
server/sonar-web/src/main/less/libraries.less [new file with mode: 0644]
server/sonar-web/src/main/webapp/WEB-INF/app/controllers/libraries_controller.rb [new file with mode: 0644]
server/sonar-web/src/main/webapp/WEB-INF/app/views/layouts/_layout.html.erb
server/sonar-web/src/main/webapp/WEB-INF/app/views/libraries/index.html.erb [new file with mode: 0644]