From 0d5a93e1c3d0415ba17b57be0cf0abad816b51be Mon Sep 17 00:00:00 2001 From: Godin Date: Wed, 27 Oct 2010 11:28:34 +0000 Subject: SONAR-1563: Display installed plugins --- .../WEB-INF/app/views/updatecenter/index.html.erb | 109 +++++++++++++++------ 1 file changed, 78 insertions(+), 31 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 c3b89859719..1363d9060ee 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 @@ -1,3 +1,19 @@ + + +

User-installed plugins

- - - - - - - - - - - - <% if @user_plugins.empty? %> - - <% else - @user_plugins.each do |plugin| - %> - "> - - - - -
PluginVersionDescriptionOrganizationLinks
No plugins
<%= h(plugin.name) -%><%= plugin.version || '-' %><%= plugin.description %> - <% if plugin.organization %> - <%= link_to_if plugin.organization_url, plugin.organization, plugin.organization_url, :class=>'external' %> + + + + +
+ + + + + + + + + + <% if @user_plugins.empty? %> + + <% else + @user_plugins.each do |plugin| + %> + + + + + <% end %> - - - - <% end %> - <% end %> - + <% end %> + +
PluginVersionDescription
No plugins
<%= h(plugin.name) -%><%= plugin.version || '-' -%><%= plugin.description -%>
<%= link_to 'Details', plugin.homepage, :class => 'external' if plugin.homepage %>
+
+ <% @user_plugins.each do |plugin| %> + + <% end %> +
+

System plugins

@@ -63,4 +95,19 @@ <% end %>
-
\ No newline at end of file + + + + -- cgit v1.2.3