From: Julien HENRY Date: Tue, 30 Jul 2013 14:31:49 +0000 (+0200) Subject: SONAR-4432 Add "nowrap" on columns "Version" in Update Center X-Git-Tag: 3.7.1-RC1-~188 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=4a22e53507fb3f3ec4d3cc3d5721955679d3ab85;p=sonarqube.git SONAR-4432 Add "nowrap" on columns "Version" in Update Center --- 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() -%>