From e91cb941dc81c7a6d38e25ce1dae728c1da381da Mon Sep 17 00:00:00 2001 From: Simon Brandhof Date: Tue, 13 Aug 2013 14:24:28 +0200 Subject: [PATCH] SONAR-4550 allow HTML description of permissions --- .../src/main/webapp/WEB-INF/app/views/roles/global.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sonar-server/src/main/webapp/WEB-INF/app/views/roles/global.html.erb b/sonar-server/src/main/webapp/WEB-INF/app/views/roles/global.html.erb index 1fadb885b8f..b05d1f224c3 100644 --- a/sonar-server/src/main/webapp/WEB-INF/app/views/roles/global.html.erb +++ b/sonar-server/src/main/webapp/WEB-INF/app/views/roles/global.html.erb @@ -26,7 +26,7 @@ <%= h permission_name -%>
- <%= h message("global_permissions.#{permission_key}.desc") -%> + <%= message("global_permissions.#{permission_key}.desc") -%> <%= users(permission_key).map(&:name).join(', ') -%> -- 2.39.5