问题过滤

This commit is contained in:
zhangyang 2013-08-19 19:54:00 +08:00
parent 09b98cbcc6
commit d97624b07e
1 changed files with 1 additions and 0 deletions

View File

@ -17,6 +17,7 @@
:onchange => "updateIssueFrom('#{escape_javascript project_issue_form_path(@project, :id => @issue, :format => 'js')}')" %></p>
<% end %>
<% if @issue.safe_attribute? 'subject' %>
<p><%= f.text_field :subject, :size => 80, :maxlength => 255, :required => true, :style => "font-size:small" %></p>
<!--Added by young-->