From: Simon Brandhof Date: Wed, 7 Nov 2012 10:02:55 +0000 (+0100) Subject: SONAR-3942 Display keys of the installed plugins X-Git-Tag: 3.4~372 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=bac1eab8188e496cf4c46dfcea08e74e63cebf1c;p=sonarqube.git SONAR-3942 Display keys of the installed plugins --- 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 %>