diff options
author | Simon Brandhof <simon.brandhof@gmail.com> | 2012-10-08 11:48:04 +0200 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@gmail.com> | 2012-10-08 11:48:04 +0200 |
commit | 57c3ca338db31771c1bb605eee12a7017de46ab7 (patch) | |
tree | a3df6613c8b35d86b543a73f1f60443a8819016d /sonar-server | |
parent | 1b94b0660a8d2300130391618f3b7d880160cd0f (diff) | |
download | sonarqube-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.erb | 2 |
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 -%>"/> |