edit.html.erb
7 lines
| 313 B
| text/plain
|
TextLexer
|
r12 | <h2><%=l(:label_issue_category)%></h2> | ||
|
r2 | |||
|
r9389 | <%= labelled_form_for @category, :as => :issue_category, | ||
:url => issue_category_path(@category), :html => {:method => :put} do |f| %> | ||||
|
r574 | <%= render :partial => 'issue_categories/form', :locals => { :f => f } %> | ||
|
r714 | <%= submit_tag l(:button_save) %> | ||
|
r181 | <% end %> | ||