Chris@0:

<%=l(:label_issue_category)%>

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