aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-web/src/main/hbs
diff options
context:
space:
mode:
authorStas Vilchik <vilchiks@gmail.com>2015-04-08 16:09:23 +0200
committerStas Vilchik <vilchiks@gmail.com>2015-04-08 16:09:32 +0200
commita0d088fc98ab1d5a146ed6b87b991a33af06abc6 (patch)
tree28cf2c6fa646d82cd5ba33cf8abf60fad21de258 /server/sonar-web/src/main/hbs
parent6ca63e5aac717ef91781360b5c15ccde8abafd5c (diff)
downloadsonarqube-a0d088fc98ab1d5a146ed6b87b991a33af06abc6.tar.gz
sonarqube-a0d088fc98ab1d5a146ed6b87b991a33af06abc6.zip
SONAR-6331 show project meta in the header
Diffstat (limited to 'server/sonar-web/src/main/hbs')
-rw-r--r--server/sonar-web/src/main/hbs/nav/nav-context-navbar.hbs6
1 files changed, 6 insertions, 0 deletions
diff --git a/server/sonar-web/src/main/hbs/nav/nav-context-navbar.hbs b/server/sonar-web/src/main/hbs/nav/nav-context-navbar.hbs
index 5dcff71a941..74d0196ce6a 100644
--- a/server/sonar-web/src/main/hbs/nav/nav-context-navbar.hbs
+++ b/server/sonar-web/src/main/hbs/nav/nav-context-navbar.hbs
@@ -72,5 +72,11 @@
{{/if}}
</ul>
</li>
+ <li class="js-meta-dropdown dropdown pull-right">
+ <a class="dropdown-toggle" data-toggle="dropdown" href="#">{{t 'info'}}&nbsp;<i class="icon-dropdown"></i></a>
+ <div class="dropdown-menu dropdown-menu-right panel abs-width-400">
+ <form class="js-meta"></form>
+ </div>
+ </li>
</ul>
</div>