aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-server
diff options
context:
space:
mode:
Diffstat (limited to 'sonar-server')
-rw-r--r--sonar-server/src/main/webapp/WEB-INF/app/views/resource/_tabs.html.erb4
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 %>