2006-07-29 19:54:22 +00:00
|
|
|
<h2><%=l(:label_issue_category)%></h2>
|
2006-06-28 18:11:03 +00:00
|
|
|
|
2012-04-29 02:47:36 +00:00
|
|
|
<%= labelled_form_for @category, :as => :issue_category,
|
|
|
|
:url => issue_category_path(@category), :html => {:method => :put} do |f| %>
|
2007-06-29 17:21:37 +00:00
|
|
|
<%= render :partial => 'issue_categories/form', :locals => { :f => f } %>
|
2007-09-14 11:34:08 +00:00
|
|
|
<%= submit_tag l(:button_save) %>
|
2007-01-26 19:56:25 +00:00
|
|
|
<% end %>
|