edit.html.erb
6 lines
| 284 B
| text/plain
|
TextLexer
|
r12 | <h2><%=l(:label_issue_category)%></h2> | ||
|
r2 | |||
|
r8021 | <% labelled_form_for :issue_category, @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 %> | ||