From 173e18fb63524410d228e941b0382249750823a7 Mon Sep 17 00:00:00 2001 From: Fabrice Bellingard Date: Thu, 2 Feb 2012 11:03:24 +0100 Subject: [PATCH] SONAR-1650 Improve resource viewer to easily flag a file as favourite => Add a star icon in the code viewer header to easily tag a java file as favourite --- .../src/main/webapp/WEB-INF/app/views/resource/_tabs.html.erb | 1 + 1 file changed, 1 insertion(+) 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 7f62bb968e9..d81137ec2e1 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 @@ -3,6 +3,7 @@ if display_title %>
+ <% if logged_in? %><%= link_to_favourite(@resource) -%><% end %> <%= qualifier_icon(@resource) -%> <%= @resource.name(true) -%>
<% end %> -- 2.39.5