87bad767c6
git-svn-id: http://redmine.rubyforge.org/svn/trunk@577 e93f8b46-1217-0410-a6f0-8f06a7374b81
7 lines
269 B
Plaintext
7 lines
269 B
Plaintext
<h2><%=l(:label_issue_category_new)%></h2>
|
|
|
|
<% labelled_tabular_form_for :category, @category, :url => { :action => 'add_issue_category' } do |f| %>
|
|
<%= render :partial => 'issue_categories/form', :locals => { :f => f } %>
|
|
<%= submit_tag l(:button_create) %>
|
|
<% end %>
|