mirror of
https://github.com/redmine/redmine.git
synced 2026-02-04 13:50:02 +01:00
Merged r15452 (#22932).
git-svn-id: http://svn.redmine.org/redmine/branches/3.3-stable@15453 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
@@ -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)}",
|
||||
|
||||
Reference in New Issue
Block a user