Patch #896 » _list.rhtml_1275.diff
app/views/issues/_list.rhtml (Arbeitskopie) | ||
---|---|---|
1 | 1 |
<% form_tag({}) do -%> |
2 | 2 |
<table class="list issues"> |
3 | 3 |
<thead><tr> |
4 |
<th><%= link_to image_tag('edit.png'), {}, :onclick => 'toggleIssuesSelection(this.up("form")); return false;' %>
|
|
4 |
<th><%= link_to image_tag('checkbox.png'), {}, :onclick => 'toggleIssuesSelection(this.up("form")); return false;' %>
|
|
5 | 5 |
</th> |
6 | 6 |
<%= sort_header_tag("#{Issue.table_name}.id", :caption => '#', :default_order => 'desc') %> |
7 | 7 |
<% query.columns.each do |column| %> |