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