summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--app/views/projects/add_issue.rhtml2
1 files changed, 2 insertions, 0 deletions
diff --git a/app/views/projects/add_issue.rhtml b/app/views/projects/add_issue.rhtml
index 1c51f1fc0..4f592ff7a 100644
--- a/app/views/projects/add_issue.rhtml
+++ b/app/views/projects/add_issue.rhtml
@@ -25,6 +25,8 @@
<p><%= custom_field_tag_with_label @custom_value %></p>
<% end %>
+<p><%= f.select :fixed_version_id, (@project.versions.collect {|v| [v.name, v.id]}), { :include_blank => true } %></p>
+
<p id="attachments_p"><label for="attachment_file"><%=l(:label_attachment)%>
<%= image_to_function "add.png", "addFileField();return false" %></label>
<%= file_field_tag 'attachments[]', :size => 30 %> <em>(<%= l(:label_max_size) %>: <%= number_to_human_size(Setting.attachment_max_size.to_i.kilobytes) %>)</em></p>