]> source.dussan.org Git - sonarqube.git/commitdiff
SONAR-4432 Add "nowrap" on columns "Version" in Update Center
authorJulien HENRY <julien.henry@sonarsource.com>
Tue, 30 Jul 2013 14:31:49 +0000 (16:31 +0200)
committerJulien HENRY <julien.henry@sonarsource.com>
Tue, 30 Jul 2013 14:31:49 +0000 (16:31 +0200)
sonar-server/src/main/webapp/WEB-INF/app/views/updatecenter/index.html.erb

index 8af93e2afd44a742dc736e935f1754a7bfccb76b..78e8031b63c69fa41245fb8f03b4a2c33fb6ea05 100644 (file)
@@ -23,8 +23,8 @@
             release = plugin.lastRelease
      %>
        <tr class="select <%= cycle('even', 'odd', :name => 'user') -%>" id="select_<%= plugin.getKey() -%>">
-         <td width="1%" nowrap><b><a href="#plugin" onclick="showPlugin('<%= plugin.getKey() -%>')"><%= h(plugin.getName()) -%></a></b> <span class="note">[<%= h plugin.getKey() -%>]</span></td>
-         <td><%= release.getVersion() || '-' -%></td>
+         <td width="1%" class="nowrap"><b><a href="#plugin" onclick="showPlugin('<%= plugin.getKey() -%>')"><%= h(plugin.getName()) -%></a></b> <span class="note">[<%= h plugin.getKey() -%>]</span></td>
+         <td class="nowrap"><%= release.getVersion() || '-' -%></td>
          <td>
          <%= plugin.getDescription() -%>
          <div id="detail-<%= plugin.getKey() -%>" style="display:none">