From: Simon Brandhof Date: Sat, 24 Nov 2012 21:01:23 +0000 (+0100) Subject: SONAR-3825 add the link "Measures" to top-navigation bar X-Git-Tag: 3.4~278 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=2704d7b445807d96e62ab8bd51382f2069e9875b;p=sonarqube.git SONAR-3825 add the link "Measures" to top-navigation bar --- diff --git a/plugins/sonar-core-plugin/src/main/resources/org/sonar/l10n/core.properties b/plugins/sonar-core-plugin/src/main/resources/org/sonar/l10n/core.properties index 5c07b4c2d2a..0a352ace85a 100644 --- a/plugins/sonar-core-plugin/src/main/resources/org/sonar/l10n/core.properties +++ b/plugins/sonar-core-plugin/src/main/resources/org/sonar/l10n/core.properties @@ -283,6 +283,7 @@ event.category.Other=Other layout.home=Home layout.login=Log in layout.logout=Log out +layout.measures=Measures layout.configuration=Configuration layout.print=Print layout.permalink=Permalink @@ -375,6 +376,11 @@ sessions.old_account=Log in if you already have session.flash_notice.authentication_failed=Authentication failed. session.flash_notice.logged_out=You have been logged out. +#------------------------------------------------------------------------------ +# +# MEASURE FILTERS +# +#------------------------------------------------------------------------------ #------------------------------------------------------------------------------ # 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 85997110201..4f6cd387760 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 @@ -15,7 +15,7 @@ <%= message('layout.dashboards') -%>
  • - <%= message('layout.tools.quality_profiles') -%> + <%= message('layout.measures') -%>
  • <%= render 'layouts/tools' -%> diff --git a/sonar-server/src/main/webapp/WEB-INF/app/views/layouts/_tools.html.erb b/sonar-server/src/main/webapp/WEB-INF/app/views/layouts/_tools.html.erb index 2c69acfcbb9..83fe4265a22 100644 --- a/sonar-server/src/main/webapp/WEB-INF/app/views/layouts/_tools.html.erb +++ b/sonar-server/src/main/webapp/WEB-INF/app/views/layouts/_tools.html.erb @@ -6,5 +6,4 @@
  • <%= message('dependencies.page') -%>
  • - \ No newline at end of file