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