From 4a22e53507fb3f3ec4d3cc3d5721955679d3ab85 Mon Sep 17 00:00:00 2001 From: Julien HENRY Date: Tue, 30 Jul 2013 16:31:49 +0200 Subject: [PATCH] SONAR-4432 Add "nowrap" on columns "Version" in Update Center --- .../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 8af93e2afd4..78e8031b63c 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 @@ -23,8 +23,8 @@ release = plugin.lastRelease %> - <%= h(plugin.getName()) -%> [<%= h plugin.getKey() -%>] - <%= release.getVersion() || '-' -%> + <%= h(plugin.getName()) -%> [<%= h plugin.getKey() -%>] + <%= release.getVersion() || '-' -%> <%= plugin.getDescription() -%>