##// END OF EJS Templates
Don't force download of PDF (#22483)....
Don't force download of PDF (#22483). Patch by Gregor Schmidt. git-svn-id: http://svn.redmine.org/redmine/trunk@15409 e93f8b46-1217-0410-a6f0-8f06a7374b81

File last commit:

r9389:f624d01fd8d3
r15027:3e776af8066e
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 %>