Project

General

Profile

Defect #4893 ยป fixed_typo.patch

Holger Just, 2010-02-22 15:55

View differences:

app/views/issues/move.rhtml (working copy)
43 43
  <%= text_field_tag 'due_date', '', :size => 10 %><%= calendar_for('due_date') %>
44 44
</p>
45 45

  
46
<%= call_hook(:view_issues_move_bottom, :issue => @issue, :target_project => @target_project, :copy => !!@copy) %>
46
<%= call_hook(:view_issues_move_bottom, :issues => @issues, :target_project => @target_project, :copy => !!@copy) %>
47 47
</div>
48 48

  
49 49
<% if @copy %>
    (1-1/1)