To check out this repository please hg clone the following URL, or open the URL using EasyMercurial or your preferred Mercurial client.
root / app / views / issue_categories / edit.html.erb @ 1591:63650ae64bf2
History | View | Annotate | Download (313 Bytes)
| 1 |
<h2><%=l(:label_issue_category)%></h2> |
|---|---|
| 2 |
|
| 3 |
<%= labelled_form_for @category, :as => :issue_category,
|
| 4 |
:url => issue_category_path(@category), :html => {:method => :put} do |f| %>
|
| 5 |
<%= render :partial => 'issue_categories/form', :locals => { :f => f } %>
|
| 6 |
<%= submit_tag l(:button_save) %>
|
| 7 |
<% end %>
|