@@ -42,6 +42,8 | |||||
42 | <label><%= l(:field_due_date) %></label> |
|
42 | <label><%= l(:field_due_date) %></label> | |
43 | <%= text_field_tag 'due_date', '', :size => 10 %><%= calendar_for('due_date') %> |
|
43 | <%= text_field_tag 'due_date', '', :size => 10 %><%= calendar_for('due_date') %> | |
44 | </p> |
|
44 | </p> | |
|
45 | ||||
|
46 | <%= call_hook(:view_issues_move_bottom, :issue => @issue, :target_project => @target_project, :copy => !!@copy) %> | |||
45 | </div> |
|
47 | </div> | |
46 |
|
48 | |||
47 | <% if @copy %> |
|
49 | <% if @copy %> |
General Comments 0
You need to be logged in to leave comments.
Login now