]> source.dussan.org Git - sonarqube.git/commitdiff
Fix display of project profiles
authorSimon Brandhof <simon.brandhof@gmail.com>
Mon, 8 Oct 2012 09:48:04 +0000 (11:48 +0200)
committerSimon Brandhof <simon.brandhof@gmail.com>
Mon, 8 Oct 2012 09:48:04 +0000 (11:48 +0200)
sonar-server/src/main/webapp/WEB-INF/app/views/project/profile.html.erb

index a52e06af2ec6292014b03cc29375629a881d6d79..69b8763ef860cc44a48e2f8b87a359ceccc619ff 100644 (file)
@@ -13,7 +13,7 @@
        selected_profile=@project.profile(language.getKey(), false)
   %>
     <tr class="<%= cycle 'even', 'odd' -%>">
-      <td class="thin"><%= h language.getName() -%></td>
+      <td class="thin" nowrap><%= h language.getName() -%></td>
       <td>
         <form id="form-<%= language.getKey().parameterize -%>" method="POST" action="<%= ApplicationController.root_context -%>/project/set_profile">
           <input type="hidden" name="id" value="<%= @project.id -%>"/>