From bac1eab8188e496cf4c46dfcea08e74e63cebf1c Mon Sep 17 00:00:00 2001 From: Simon Brandhof Date: Wed, 7 Nov 2012 11:02:55 +0100 Subject: [PATCH] SONAR-3942 Display keys of the installed plugins --- .../main/webapp/WEB-INF/app/views/updatecenter/index.html.erb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sonar-server/src/main/webapp/WEB-INF/app/views/updatecenter/index.html.erb b/sonar-server/src/main/webapp/WEB-INF/app/views/updatecenter/index.html.erb index 7f3e3191e01..f483d55f8e3 100644 --- a/sonar-server/src/main/webapp/WEB-INF/app/views/updatecenter/index.html.erb +++ b/sonar-server/src/main/webapp/WEB-INF/app/views/updatecenter/index.html.erb @@ -22,7 +22,7 @@ @user_plugins.each do |plugin| %> - <%= h(plugin.getName()) -%> + <%= h(plugin.getName()) -%> [<%= h plugin.getKey() -%>] <%= plugin.getVersion() || '-' -%> <%= plugin.getDescription() -%> @@ -70,7 +70,7 @@ @core_plugins.each do |plugin| %> - <%= plugin.getName() -%> + <%= plugin.getName() -%> [<%= h plugin.getKey() -%>] <%= plugin.getDescription() -%> <% end %> -- 2.39.5