summaryrefslogtreecommitdiffstats
path: root/app/views/roles/report.rhtml
diff options
context:
space:
mode:
authorJean-Philippe Lang <jp_lang@yahoo.fr>2007-09-27 19:56:33 +0000
committerJean-Philippe Lang <jp_lang@yahoo.fr>2007-09-27 19:56:33 +0000
commit05e27d0d836b78827fc8868ceda6c7a2083ef39f (patch)
tree4de73f93c49a38833b2d9058f2a7431a4bee9a70 /app/views/roles/report.rhtml
parente1bb4a5baa34343b94d8858b8df036f2814f6389 (diff)
downloadredmine-05e27d0d836b78827fc8868ceda6c7a2083ef39f.tar.gz
redmine-05e27d0d836b78827fc8868ceda6c7a2083ef39f.zip
Slight style update.
git-svn-id: http://redmine.rubyforge.org/svn/trunk@770 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'app/views/roles/report.rhtml')
-rw-r--r--app/views/roles/report.rhtml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/roles/report.rhtml b/app/views/roles/report.rhtml
index 3d2ecc1e3..98c3b651e 100644
--- a/app/views/roles/report.rhtml
+++ b/app/views/roles/report.rhtml
@@ -15,7 +15,7 @@
<% perms_by_module = @permissions.group_by {|p| p.project_module.to_s} %>
<% perms_by_module.keys.sort.each do |mod| %>
<% unless mod.blank? %>
- <tr><%= content_tag('th', mod.humanize, :colspan => (@roles.size + 1)) %></th></tr>
+ <tr><%= content_tag('th', mod.humanize, :colspan => (@roles.size + 1), :align => 'left') %></tr>
<% end %>
<% perms_by_module[mod].each do |permission| %>
<tr class="<%= cycle('odd', 'even') %>">