From: Simon Brandhof Date: Sun, 9 Dec 2012 19:40:54 +0000 (+0100) Subject: Move the link "Administration" to the left nav bar X-Git-Tag: 3.4~86 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=bcd81e6fdad0aa2ea3d589cdb260a64b81c480c1;p=sonarqube.git Move the link "Administration" to the left nav bar --- diff --git a/sonar-server/src/main/webapp/WEB-INF/app/views/layouts/_layout.html.erb b/sonar-server/src/main/webapp/WEB-INF/app/views/layouts/_layout.html.erb index 0095751ed35..60a82a02e6e 100644 --- a/sonar-server/src/main/webapp/WEB-INF/app/views/layouts/_layout.html.erb +++ b/sonar-server/src/main/webapp/WEB-INF/app/views/layouts/_layout.html.erb @@ -21,6 +21,11 @@
  • <%= message('reviews.page') -%>
  • + <% if is_admin? %> +
  • + <%= message('layout.administration') -%> +
  • + <% end %> <% end %>