]> source.dussan.org Git - sonarqube.git/commitdiff
SONAR-6296 Display dashboard name from bundle if available
authorJulien Lancelot <julien.lancelot@sonarsource.com>
Thu, 19 Mar 2015 11:47:34 +0000 (12:47 +0100)
committerJulien Lancelot <julien.lancelot@sonarsource.com>
Thu, 19 Mar 2015 11:47:34 +0000 (12:47 +0100)
server/sonar-web/src/main/webapp/WEB-INF/app/views/dashboard/_header.html.erb

index 9d887ac38de6cb5de61d4a6d90450658c8423d8e..a4dea17791829957eeb65a529687cbfdf12c1356 100644 (file)
@@ -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">