Chris@1296:
<%=l(:label_issue_category)%>
Chris@1296:
Chris@1296: <%= labelled_form_for @category, :as => :issue_category,
Chris@1296: :url => issue_category_path(@category), :html => {:method => :put} do |f| %>
Chris@1296: <%= render :partial => 'issue_categories/form', :locals => { :f => f } %>
Chris@1296: <%= submit_tag l(:button_save) %>
Chris@1296: <% end %>