1 | NO CONTENT: new file 100644, binary diff hidden |
|
NO CONTENT: new file 100644, binary diff hidden |
@@ -1,7 +1,8 | |||||
1 | <% form_tag({}) do -%> |
|
1 | <% form_tag({}) do -%> | |
2 | <table class="list issues"> |
|
2 | <table class="list issues"> | |
3 | <thead><tr> |
|
3 | <thead><tr> | |
4 |
<th><%= link_to image_tag(' |
|
4 | <th><%= link_to image_tag('toggle_check.png'), {}, :onclick => 'toggleIssuesSelection(this.up("form")); return false;', | |
|
5 | :title => "#{l(:button_check_all)}/#{l(:button_uncheck_all)}" %> | |||
5 | </th> |
|
6 | </th> | |
6 | <%= sort_header_tag("#{Issue.table_name}.id", :caption => '#', :default_order => 'desc') %> |
|
7 | <%= sort_header_tag("#{Issue.table_name}.id", :caption => '#', :default_order => 'desc') %> | |
7 | <% query.columns.each do |column| %> |
|
8 | <% query.columns.each do |column| %> |
1 | NO CONTENT: modified file, binary diff hidden |
|
NO CONTENT: modified file, binary diff hidden |
General Comments 0
You need to be logged in to leave comments.
Login now