diff options
author | Simon Brandhof <simon.brandhof@gmail.com> | 2012-02-22 19:51:10 +0100 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@gmail.com> | 2012-02-22 19:51:10 +0100 |
commit | 1d13e3d54fc40b7f45f61adb22bdebd1ac978f90 (patch) | |
tree | 742c046a28f3bd30244ada4c046455977f11a715 | |
parent | 8b99320f58be16d7da18ea7ef319bcee344bc8de (diff) | |
download | sonarqube-1d13e3d54fc40b7f45f61adb22bdebd1ac978f90.tar.gz sonarqube-1d13e3d54fc40b7f45f61adb22bdebd1ac978f90.zip |
Rollback vertical alignment of project name in resource header
-rw-r--r-- | sonar-server/src/main/webapp/WEB-INF/app/views/resource/_tabs.html.erb | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/sonar-server/src/main/webapp/WEB-INF/app/views/resource/_tabs.html.erb b/sonar-server/src/main/webapp/WEB-INF/app/views/resource/_tabs.html.erb index 0cd94a80fba..724a26cb009 100644 --- a/sonar-server/src/main/webapp/WEB-INF/app/views/resource/_tabs.html.erb +++ b/sonar-server/src/main/webapp/WEB-INF/app/views/resource/_tabs.html.erb @@ -7,10 +7,6 @@ selected_project_id = params[:project].to_i if @resource.project && selected_project_id != @resource.project.id %> <div class="subtitle"> - <!-- vertical alignment with title --> - <img src="<%= ApplicationController.root_context -%>/images/e16.gif"> - <% if logged_in? %><img src="<%= ApplicationController.root_context -%>/images/e16.gif"><% end %> - <%= @resource.ancestor_projects.select{|p| p.id != selected_project_id}.reverse.map{|p| p.name(true)}.join(' / ') -%> </div> <% end %> |