summaryrefslogtreecommitdiffstats
path: root/app/views/issues/_list.html.erb
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/issues/_list.html.erb')
-rw-r--r--app/views/issues/_list.html.erb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/issues/_list.html.erb b/app/views/issues/_list.html.erb
index 4a7163fdd..2dd09d692 100644
--- a/app/views/issues/_list.html.erb
+++ b/app/views/issues/_list.html.erb
@@ -24,7 +24,7 @@
<% reset_cycle %>
<tr class="group open">
<td colspan="<%= query.inline_columns.size + 2 %>">
- <span class="expander icon icon-expended" onclick="toggleRowGroup(this);">&nbsp;</span>
+ <span class="expander icon icon-expanded" onclick="toggleRowGroup(this);">&nbsp;</span>
<span class="name"><%= group_name %></span> <span class="badge badge-count count"><%= group_count %></span> <span class="totals"><%= group_totals %></span>
<%= link_to_function("#{l(:button_collapse_all)}/#{l(:button_expand_all)}",
"toggleAllRowGroups(this)", :class => 'toggle-all') %>