mirror of
https://github.com/meineerde/redmine.git
synced 2025-12-21 16:01:14 +00:00
Fixed colspan value (#22932).
Patch by Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@15452 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
765b6e32d6
commit
25eab86bba
@ -18,7 +18,7 @@
|
||||
<% if group_name %>
|
||||
<% reset_cycle %>
|
||||
<tr class="group open">
|
||||
<td colspan="<%= query.inline_columns.size + 2 %>">
|
||||
<td colspan="<%= query.inline_columns.size + 1 %>">
|
||||
<span class="expander" onclick="toggleRowGroup(this);"> </span>
|
||||
<span class="name"><%= group_name %></span> <span class="count"><%= group_count %></span> <span class="totals"><%= group_totals %></span>
|
||||
<%= link_to_function("#{l(:button_collapse_all)}/#{l(:button_expand_all)}",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user