@@ -1,6 +1,10 | |||
|
1 | 1 | <h2><%= l(:button_move) %></h2> |
|
2 | 2 | |
|
3 | <ul><%= @issues.collect {|i| content_tag('li', link_to(h("#{i.tracker} ##{i.id}"), { :action => 'show', :id => i }) + h(": #{i.subject}")) }.join("\n") %></ul> | |
|
3 | <ul> | |
|
4 | <% @issues.each do |issue| -%> | |
|
5 | <li><%= link_to_issue issue %></li> | |
|
6 | <% end -%> | |
|
7 | </ul> | |
|
4 | 8 | |
|
5 | 9 | <% form_tag({}, :id => 'move_form') do %> |
|
6 | 10 | <%= @issues.collect {|i| hidden_field_tag('ids[]', i.id)}.join %> |
General Comments 0
You need to be logged in to leave comments.
Login now