aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-web/src
diff options
context:
space:
mode:
authorJulien Lancelot <julien.lancelot@sonarsource.com>2015-03-19 12:47:34 +0100
committerJulien Lancelot <julien.lancelot@sonarsource.com>2015-03-19 12:47:34 +0100
commit028faf0ca6c2b57be92c9d92dc746eb9da95e42d (patch)
tree53ed45250ead295acbdf3c63407638f647f0dc67 /server/sonar-web/src
parent558d4f781df61964e0a1503be3bcf6ddcd2188ac (diff)
downloadsonarqube-028faf0ca6c2b57be92c9d92dc746eb9da95e42d.tar.gz
sonarqube-028faf0ca6c2b57be92c9d92dc746eb9da95e42d.zip
SONAR-6296 Display dashboard name from bundle if available
Diffstat (limited to 'server/sonar-web/src')
-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 9d887ac38de..a4dea177918 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 operations noprint">