|
|
|
@ -4,12 +4,12 @@
|
|
|
|
|
<ul>
|
|
|
|
|
<li>
|
|
|
|
|
<% if @issue.safe_attribute? 'tracker_id' %>
|
|
|
|
|
<label class="label"><span class="c_red f12">*</span> 跟踪 : </label>
|
|
|
|
|
<label class="label"><span class="c_red f12">*</span> 类型 : </label>
|
|
|
|
|
<%= f.select :tracker_id,
|
|
|
|
|
@issue.project.trackers.collect { |t| [t.name, t.id] },
|
|
|
|
|
{:required => true, :no_label => true},
|
|
|
|
|
:onchange => "updateIssueFrom('#{escape_javascript project_issue_form_path(@project, :id => @issue, :format => 'js')}')",
|
|
|
|
|
:class => "w150"
|
|
|
|
|
:class => "w90"
|
|
|
|
|
%>
|
|
|
|
|
<% end %>
|
|
|
|
|
</li>
|
|
|
|
|