summaryrefslogtreecommitdiffstats
path: root/app/views/reports/_details.rhtml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/reports/_details.rhtml')
-rw-r--r--app/views/reports/_details.rhtml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/reports/_details.rhtml b/app/views/reports/_details.rhtml
index e16095e2b..af8807fbd 100644
--- a/app/views/reports/_details.rhtml
+++ b/app/views/reports/_details.rhtml
@@ -6,7 +6,7 @@
<thead><tr>
<th style="width:25%"></th>
<% for status in @statuses %>
-<th style="text-align:left;width:<%= col_width %>%"><div class="square" style="background:#<%= status.html_color %>;"></div> <small><%= status.name %></small></th>
+<th style="width:<%= col_width %>%"><%= status.name %></th>
<% end %>
<th align="center" style="width:<%= col_width %>%"><strong><%=l(:label_open_issues_plural)%></strong></th>
<th align="center" style="width:<%= col_width %>%"><strong><%=l(:label_closed_issues_plural)%></strong></th>