]> source.dussan.org Git - sonarqube.git/commitdiff
Fix the link "Dashboards" in the top navigation bar
authorSimon Brandhof <simon.brandhof@gmail.com>
Fri, 21 Sep 2012 12:56:23 +0000 (14:56 +0200)
committerSimon Brandhof <simon.brandhof@gmail.com>
Fri, 21 Sep 2012 12:56:51 +0000 (14:56 +0200)
sonar-server/src/main/webapp/WEB-INF/app/views/layouts/_layout.html.erb

index f3c886790be5fdea2d63922f6106cf31a254d93c..01afcdae95eab904cd74f96ac8bd9dfec66ae7e7 100644 (file)
@@ -11,7 +11,7 @@
   <div id="nav-left">
     <ul>
       <li>
-        <a href="<%= ApplicationController.root_context -%>"><%= message('layout.dashboards') -%></a>
+        <a href="<%= ApplicationController.root_context -%>/"><%= message('layout.dashboards') -%></a>
       </li>
       <li>
         <a href="<%= ApplicationController.root_context -%>/reviews"><%= message('layout.reviews') -%></a>