添加新建问题主题查询

This commit is contained in:
zhangyang 2013-08-17 10:17:26 +08:00
parent eceecc1380
commit 9ec927d215
1 changed files with 0 additions and 1 deletions

View File

@ -21,7 +21,6 @@
<p><%= f.text_field :subject, :size => 80, :maxlength => 255, :required => true, :style => "font-size:small" %></p>
<!--Added by young-->
<%= javascript_tag "observeAutocompleteField('issue_subject', '#{escape_javascript auto_complete_issues_path(:project_id => @project, :scope => (Setting.cross_project_issue_relations? ? 'all' : nil))}')" %>
<!--End by young-->
<% end %>
<% if @issue.safe_attribute? 'description' %>