aboutsummaryrefslogtreecommitdiffstats
path: root/server
diff options
context:
space:
mode:
authorJenkins CI <ci@sonarsource.com>2015-03-20 07:59:13 +0100
committerJenkins CI <ci@sonarsource.com>2015-03-20 07:59:13 +0100
commit47fdcb98f8e1698d9e9606eaf87303ea6d5f1409 (patch)
treefcf8051b0a822145673acbf4c18fdf5fa9027fa9 /server
parentc0f002c521c84fc7922e77c724347b0c92bfd020 (diff)
parent028faf0ca6c2b57be92c9d92dc746eb9da95e42d (diff)
downloadsonarqube-47fdcb98f8e1698d9e9606eaf87303ea6d5f1409.tar.gz
sonarqube-47fdcb98f8e1698d9e9606eaf87303ea6d5f1409.zip
Automatic merge from branch-5.1
* origin/branch-5.1: SONAR-6296 Display dashboard name from bundle if available
Diffstat (limited to 'server')
-rw-r--r--server/sonar-web/src/main/webapp/WEB-INF/app/views/dashboard/_header.html.erb2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/sonar-web/src/main/webapp/WEB-INF/app/views/dashboard/_header.html.erb b/server/sonar-web/src/main/webapp/WEB-INF/app/views/dashboard/_header.html.erb
index 21807504e75..f319ce21e65 100644
--- a/server/sonar-web/src/main/webapp/WEB-INF/app/views/dashboard/_header.html.erb
+++ b/server/sonar-web/src/main/webapp/WEB-INF/app/views/dashboard/_header.html.erb
@@ -1,5 +1,5 @@
<header class="page-header">
- <h1 class="page-title"><%= h @dashboard.name -%></h1>
+ <h1 class="page-title"><%= h @dashboard.name(true) -%></h1>
<div class="page-actions noprint">