edit.rhtml
6 lines
| 267 B
| text/html+ruby
|
RhtmlLexer
|
r12 | <h2><%=l(:label_issue_category)%></h2> | ||
|
r2 | |||
|
r574 | <% labelled_tabular_form_for :category, @category, :url => { :action => 'edit', :id => @category } do |f| %> | ||
<%= render :partial => 'issue_categories/form', :locals => { :f => f } %> | ||||
|
r714 | <%= submit_tag l(:button_save) %> | ||
|
r181 | <% end %> | ||