@@ -13,7 +13,7 | |||
|
13 | 13 | <p><%= f.select :category_id, (@project.issue_categories.collect {|c| [c.name, c.id]}), :include_blank => true %> |
|
14 | 14 | <%= prompt_to_remote(image_tag('add.png', :style => 'vertical-align: middle;'), |
|
15 | 15 | l(:label_issue_category_new), |
|
16 | 'category[name]', | |
|
16 | 'issue_category[name]', | |
|
17 | 17 | {:controller => 'issue_categories', :action => 'create', :project_id => @project}, |
|
18 | 18 | :title => l(:label_issue_category_new), |
|
19 | 19 | :tabindex => 199) if authorize_for('issue_categories', 'new') %></p> |
General Comments 0
You need to be logged in to leave comments.
Login now