To check out this repository please hg clone the following URL, or open the URL using EasyMercurial or your preferred Mercurial client.

Statistics Download as Zip
| Branch: | Tag: | Revision:

root / .svn / pristine / 86 / 86f993136841831dd0360fe42ff275f20185c30f.svn-base @ 1297:0a574315af3e

History | View | Annotate | Download (292 Bytes)

1
<h2><%=l(:label_issue_category)%></h2>
2

    
3
<% labelled_tabular_form_for :issue_category, @category, :url => issue_category_path(@category), :html => {:method => :put} do |f| %>
4
<%= render :partial => 'issue_categories/form', :locals => { :f => f } %>
5
<%= submit_tag l(:button_save) %>
6
<% end %>