summaryrefslogtreecommitdiffstats
path: root/app/views/issues/_list.rhtml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/issues/_list.rhtml')
-rw-r--r--app/views/issues/_list.rhtml3
1 files changed, 2 insertions, 1 deletions
diff --git a/app/views/issues/_list.rhtml b/app/views/issues/_list.rhtml
index 91390ac67..000f79853 100644
--- a/app/views/issues/_list.rhtml
+++ b/app/views/issues/_list.rhtml
@@ -1,7 +1,8 @@
<% form_tag({}) do -%>
<table class="list issues">
<thead><tr>
- <th><%= link_to image_tag('edit.png'), {}, :onclick => 'toggleIssuesSelection(this.up("form")); return false;' %>
+ <th><%= link_to image_tag('toggle_check.png'), {}, :onclick => 'toggleIssuesSelection(this.up("form")); return false;',
+ :title => "#{l(:button_check_all)}/#{l(:button_uncheck_all)}" %>
</th>
<%= sort_header_tag("#{Issue.table_name}.id", :caption => '#', :default_order => 'desc') %>
<% query.columns.each do |column| %>