]> source.dussan.org Git - sonarqube.git/commit
SONAR-3243 Wrong permalink & breadcrumbs when file is shown
authorFabrice Bellingard <bellingard@gmail.com>
Mon, 12 Mar 2012 17:14:41 +0000 (18:14 +0100)
committerFabrice Bellingard <bellingard@gmail.com>
Mon, 12 Mar 2012 18:07:27 +0000 (19:07 +0100)
commitfe6fcd42f0807c28b33d9fc04d520ae7b059b798
tree2293202ff52b15b4810747d7b85fe92435433758
parent18cf6708dd84434f12ddd5753696b63e45ea8f2b
SONAR-3243 Wrong permalink & breadcrumbs when file is shown

- Permalinks have been moved to the latest part of the breadcrumb
- Breadcrumbs are now correct and show every part till the file
  (if the resource being displayed is a file)
- All the links that used to open a file in a popup are now "regular"
  links and open files in the default layout
  => for instance: links on files in the "component" page
sonar-server/src/main/webapp/WEB-INF/app/controllers/dashboard_controller.rb
sonar-server/src/main/webapp/WEB-INF/app/helpers/application_helper.rb
sonar-server/src/main/webapp/WEB-INF/app/views/components/index.html.erb
sonar-server/src/main/webapp/WEB-INF/app/views/filters/_list.html.erb
sonar-server/src/main/webapp/WEB-INF/app/views/layouts/_breadcrumb.html.erb
sonar-server/src/main/webapp/WEB-INF/app/views/layouts/_layout.html.erb
sonar-server/src/main/webapp/WEB-INF/app/views/resource/_duplications_source_snippet.html.erb