From bcd81e6fdad0aa2ea3d589cdb260a64b81c480c1 Mon Sep 17 00:00:00 2001 From: Simon Brandhof Date: Sun, 9 Dec 2012 20:40:54 +0100 Subject: [PATCH] Move the link "Administration" to the left nav bar --- .../app/views/layouts/_layout.html.erb | 24 +++++++++---------- 1 file changed, 12 insertions(+), 12 deletions(-) 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 %> -- 2.39.5