2007-06-29 17:21:37 +00:00
|
|
|
<h2><%=l(:label_issue_category_new)%></h2>
|
|
|
|
|
2011-12-09 18:15:55 +00:00
|
|
|
<% labelled_form_for :issue_category, @category, :url => project_issue_categories_path(@project) do |f| %>
|
2007-06-29 17:21:37 +00:00
|
|
|
<%= render :partial => 'issue_categories/form', :locals => { :f => f } %>
|
|
|
|
<%= submit_tag l(:button_create) %>
|
|
|
|
<% end %>
|