aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStas Vilchik <vilchiks@gmail.com>2014-11-06 11:00:02 +0100
committerStas Vilchik <vilchiks@gmail.com>2014-11-06 12:24:52 +0100
commit8e4d90c805e8493b01acbaf90d310700b8b0fbc8 (patch)
treeb26185a9363756aa95753df44e883323ecf3eb9f
parent555c741022e27285b6a64c400f0f7cccd760a586 (diff)
downloadsonarqube-8e4d90c805e8493b01acbaf90d310700b8b0fbc8.tar.gz
sonarqube-8e4d90c805e8493b01acbaf90d310700b8b0fbc8.zip
SONAR-5718 Add qualifier icons to the workspace header
-rw-r--r--server/sonar-web/src/main/hbs/issues/issues-workspace-header.hbs4
1 files changed, 2 insertions, 2 deletions
diff --git a/server/sonar-web/src/main/hbs/issues/issues-workspace-header.hbs b/server/sonar-web/src/main/hbs/issues/issues-workspace-header.hbs
index 695ad75aad0..8f848bcd85f 100644
--- a/server/sonar-web/src/main/hbs/issues/issues-workspace-header.hbs
+++ b/server/sonar-web/src/main/hbs/issues/issues-workspace-header.hbs
@@ -1,9 +1,9 @@
<div class="issues-header-component">
{{#if state.component}}
{{#with state.component}}
- <a href="{{dashboardUrl project}}" title="{{projectName}}">{{projectName}}</a>
+ {{qualifierIcon 'TRK'}}&nbsp;<a href="{{dashboardUrl project}}" title="{{projectName}}">{{projectName}}</a>
/
- <a href="{{dashboardUrl key}}" title="{{name}}">{{name}}</a>
+ {{qualifierIcon qualifier}}&nbsp;<a href="{{dashboardUrl key}}" title="{{name}}">{{name}}</a>
{{/with}}
{{else}}
&nbsp;