Patch #238 » change_tracker.diff
app/views/issues/_form.rhtml (working copy) | ||
---|---|---|
22 | 22 |
<p><%= f.text_field :due_date, :size => 10 %><%= calendar_for('issue_due_date') %></p> |
23 | 23 |
<p><%= f.text_field :estimated_hours, :size => 3 %> <%= l(:field_hours) %></p> |
24 | 24 |
<p><%= f.select :done_ratio, ((0..10).to_a.collect {|r| ["#{r*10} %", r*10] }) %></p> |
25 |
<p><%= f.select :tracker_id, @project.trackers.map{|t|[t.name,t.id]} %></p> |
|
25 | 26 |
</div> |
26 | 27 | |
27 | 28 |
<p><%= f.text_field :subject, :size => 80, :required => true %></p> |
- « Previous
- 1
- 2
- Next »