##// END OF EJS Templates
Keep the "new object" drop down open when the + sign was clicked (#15880)....
Keep the "new object" drop down open when the + sign was clicked (#15880). For touch displays where :hover does not exist. Patch by Jan Schulz-Hofen. git-svn-id: http://svn.redmine.org/redmine/trunk@15504 e93f8b46-1217-0410-a6f0-8f06a7374b81

File last commit:

r9389:f624d01fd8d3
r15122:3da6062d7eb5
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 %>