]> source.dussan.org Git - sonarqube.git/commit
SONAR-1927 Dashboard and Detached controller and views are now almost the same
authorDavid Gageot <david@gageot.net>
Thu, 3 May 2012 13:34:35 +0000 (15:34 +0200)
committerDavid Gageot <david@gageot.net>
Thu, 3 May 2012 14:00:31 +0000 (16:00 +0200)
commit4b5fad1f58747fc904b025bfd856738beac863bb
tree7a3164cd940c2ef869ab4a044006dd72863f712e
parent25d597e5a964aec5739c50c9befb674a247b2b8f
SONAR-1927 Dashboard and Detached controller and views are now almost the same
16 files changed:
sonar-server/src/main/webapp/WEB-INF/app/helpers/dashboard_helper.rb
sonar-server/src/main/webapp/WEB-INF/app/helpers/detached_helper.rb [new file with mode: 0644]
sonar-server/src/main/webapp/WEB-INF/app/views/dashboard/_header.html.erb
sonar-server/src/main/webapp/WEB-INF/app/views/dashboard/_widget.html.erb
sonar-server/src/main/webapp/WEB-INF/app/views/dashboard/_widget_definition.html.erb
sonar-server/src/main/webapp/WEB-INF/app/views/dashboard/configure.html.erb
sonar-server/src/main/webapp/WEB-INF/app/views/dashboard/edit_layout.html.erb
sonar-server/src/main/webapp/WEB-INF/app/views/detached/_configure_widget.html.erb
sonar-server/src/main/webapp/WEB-INF/app/views/detached/_header.html.erb
sonar-server/src/main/webapp/WEB-INF/app/views/detached/_widget.html.erb
sonar-server/src/main/webapp/WEB-INF/app/views/detached/_widget_definition.html.erb
sonar-server/src/main/webapp/WEB-INF/app/views/detached/_widget_definitions.html.erb
sonar-server/src/main/webapp/WEB-INF/app/views/detached/_widget_properties.html.erb
sonar-server/src/main/webapp/WEB-INF/app/views/detached/configure.html.erb
sonar-server/src/main/webapp/WEB-INF/app/views/detached/edit_layout.html.erb
sonar-server/src/main/webapp/WEB-INF/app/views/detached/no_dashboard.html.erb [new file with mode: 0644]