@@ -33,6 +33,8 | |||
|
33 | 33 | <label>tracker: <%= text_field_tag 'issue[tracker]' %></label> |
|
34 | 34 | <label>category: <%= text_field_tag 'issue[category]' %></label> |
|
35 | 35 | <label>priority: <%= text_field_tag 'issue[priority]' %></label> |
|
36 | <label>assigned_to: <%= text_field_tag 'issue[assigned_to]' %></label> | |
|
37 | <label>fixed_version: <%= text_field_tag 'issue[fixed_version]' %></label> | |
|
36 | 38 | <label>private: <%= check_box_tag 'issue[private]', 1 %></label> |
|
37 | 39 | <label>allow_override: <%= text_field_tag 'allow_override' %></label> |
|
38 | 40 | </fieldset> |
General Comments 0
You need to be logged in to leave comments.
Login now