##// END OF EJS Templates
scm: subversion: remove fetch_changesets from test_revision at functional test...
scm: subversion: remove fetch_changesets from test_revision at functional test This test uses fixtures. So, there is no need to fetch changesets. git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7216 e93f8b46-1217-0410-a6f0-8f06a7374b81

File last commit:

r6871:18bf1cec8d52
r7096:e42b15201106
Show More
edit.html.erb
6 lines | 267 B | text/plain | TextLexer
<h2><%=l(:label_issue_category)%></h2>
<% labelled_tabular_form_for :category, @category, :url => { :action => 'edit', :id => @category } do |f| %>
<%= render :partial => 'issue_categories/form', :locals => { :f => f } %>
<%= submit_tag l(:button_save) %>
<% end %>