##// END OF EJS Templates
Lists can be reordered with drag and drop (#12909)....
Lists can be reordered with drag and drop (#12909). git-svn-id: http://svn.redmine.org/redmine/trunk@15336 e93f8b46-1217-0410-a6f0-8f06a7374b81

File last commit:

r9389:f624d01fd8d3
r14954:42b5c332b2c2
Show More
edit.html.erb
7 lines | 313 B | text/plain | TextLexer
Jean-Philippe Lang
Localization plugin removed (replaced with GLoc)...
r12 <h2><%=l(:label_issue_category)%></h2>
Jean-Philippe Lang
Initial commit...
r2
Toshi MARUYAMA
view: labelled_form_for: equals sign mandatory to print blocks and use :as...
r9389 <%= labelled_form_for @category, :as => :issue_category,
:url => issue_category_path(@category), :html => {:method => :put} do |f| %>
Jean-Philippe Lang
Each category can now be associated to a user, so that new issues in that category are automatically assigned to that user....
r574 <%= render :partial => 'issue_categories/form', :locals => { :f => f } %>
Jean-Philippe Lang
Added project module concept....
r714 <%= submit_tag l(:button_save) %>
Jean-Philippe Lang
deprecated start_form_tag replaced by form_tag...
r181 <% end %>