summaryrefslogtreecommitdiffstats
path: root/app/views/issue_categories/edit.rhtml
blob: bc627797b7d24e2e20d0c0ef2a8c3f87802ad42c (plain)
1
2
3
4
5
6
<h2><%=l(:label_issue_category)%></h2>

<% labelled_tabular_form_for :category, @category, :url => { :action => 'edit', :id => @category } do |f| %>
<%= render :partial => 'issue_categories/form', :locals => { :f => f } %>
<%= submit_tag l(:button_save) %>
<% end %>