summaryrefslogtreecommitdiffstats
path: root/app/views/issue_categories/new.html.erb
diff options
context:
space:
mode:
authorJean-Philippe Lang <jp_lang@yahoo.fr>2011-11-20 17:09:01 +0000
committerJean-Philippe Lang <jp_lang@yahoo.fr>2011-11-20 17:09:01 +0000
commit34c73c7573c3459620435e71470794f221a86b7b (patch)
tree7e635633e2555994fd5d769d3ea179f8ad2fa9d6 /app/views/issue_categories/new.html.erb
parent6f4fb8b8920cc8bd414e98671b6025a4378d6c25 (diff)
downloadredmine-34c73c7573c3459620435e71470794f221a86b7b.tar.gz
redmine-34c73c7573c3459620435e71470794f221a86b7b.zip
REST API for issue categories (#9553).
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7882 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'app/views/issue_categories/new.html.erb')
-rw-r--r--app/views/issue_categories/new.html.erb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/issue_categories/new.html.erb b/app/views/issue_categories/new.html.erb
index ccd88c5cd..f99c9b358 100644
--- a/app/views/issue_categories/new.html.erb
+++ b/app/views/issue_categories/new.html.erb
@@ -1,6 +1,6 @@
<h2><%=l(:label_issue_category_new)%></h2>
-<% labelled_tabular_form_for :category, @category, :url => project_issue_categories_path(@project) do |f| %>
+<% labelled_tabular_form_for :issue_category, @category, :url => project_issue_categories_path(@project) do |f| %>
<%= render :partial => 'issue_categories/form', :locals => { :f => f } %>
<%= submit_tag l(:button_create) %>
<% end %>