view app/views/issue_categories/new.html.erb @ 1200:fc5d582a25f9 live

Fix internal error on homepage!
author Chris Cannam
date Wed, 23 Jan 2013 11:25:09 +0000
parents cbb26bc654de
children 433d4f72a19b
line wrap: on
line source
<h2><%=l(:label_issue_category_new)%></h2>

<% labelled_tabular_form_for :issue_category, @category, :url => project_issue_categories_path(@project) do |f| %>
<%= render :partial => 'issue_categories/form', :locals => { :f => f } %>
<%= submit_tag l(:button_create) %>
<% end %>