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