From fb260de5b51048ce2ee5413a8205e11039fb174f Mon Sep 17 00:00:00 2001 From: Julien Lancelot Date: Tue, 27 Nov 2012 11:48:22 +0100 Subject: [PATCH] SONAR-3021 Display "Compare profiles" link also if not logged in or not an admin --- .../WEB-INF/app/views/profiles/index.html.erb | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/sonar-server/src/main/webapp/WEB-INF/app/views/profiles/index.html.erb b/sonar-server/src/main/webapp/WEB-INF/app/views/profiles/index.html.erb index be5d8b4acbd..39601a348b0 100644 --- a/sonar-server/src/main/webapp/WEB-INF/app/views/profiles/index.html.erb +++ b/sonar-server/src/main/webapp/WEB-INF/app/views/profiles/index.html.erb @@ -1,16 +1,16 @@
- <% if administrator? %> -

<%= message('quality_profiles.page') -%>

-- 2.39.5