diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2016-06-05 07:07:39 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2016-06-05 07:07:39 +0000 |
commit | bc356c81faef1c245c6e97d0773fba4398ad6ef2 (patch) | |
tree | 659d5cdb990a76de08cf480b80c46f9c2d6bf410 /app/views/issues | |
parent | 4550ab3d1e6573dd06744875ea75fca9f9c88f7a (diff) | |
download | redmine-bc356c81faef1c245c6e97d0773fba4398ad6ef2.tar.gz redmine-bc356c81faef1c245c6e97d0773fba4398ad6ef2.zip |
Merged r15452 (#22932).
git-svn-id: http://svn.redmine.org/redmine/branches/3.3-stable@15453 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'app/views/issues')
-rw-r--r-- | app/views/issues/_list.html.erb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/issues/_list.html.erb b/app/views/issues/_list.html.erb index 7d3654169..26287e75c 100644 --- a/app/views/issues/_list.html.erb +++ b/app/views/issues/_list.html.erb @@ -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)}", |