summaryrefslogtreecommitdiffstats
path: root/sonar-server
diff options
context:
space:
mode:
authorSimon Brandhof <simon.brandhof@gmail.com>2012-10-08 11:48:04 +0200
committerSimon Brandhof <simon.brandhof@gmail.com>2012-10-08 11:48:04 +0200
commit57c3ca338db31771c1bb605eee12a7017de46ab7 (patch)
treea3df6613c8b35d86b543a73f1f60443a8819016d /sonar-server
parent1b94b0660a8d2300130391618f3b7d880160cd0f (diff)
downloadsonarqube-57c3ca338db31771c1bb605eee12a7017de46ab7.tar.gz
sonarqube-57c3ca338db31771c1bb605eee12a7017de46ab7.zip
Fix display of project profiles
Diffstat (limited to 'sonar-server')
-rw-r--r--sonar-server/src/main/webapp/WEB-INF/app/views/project/profile.html.erb2
1 files changed, 1 insertions, 1 deletions
diff --git a/sonar-server/src/main/webapp/WEB-INF/app/views/project/profile.html.erb b/sonar-server/src/main/webapp/WEB-INF/app/views/project/profile.html.erb
index a52e06af2ec..69b8763ef86 100644
--- a/sonar-server/src/main/webapp/WEB-INF/app/views/project/profile.html.erb
+++ b/sonar-server/src/main/webapp/WEB-INF/app/views/project/profile.html.erb
@@ -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 -%>"/>