##// 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:

r14369:57a22c346467
r15027:3e776af8066e
Show More
edit.html.erb
5 lines | 267 B | text/plain | TextLexer
Jean-Philippe Lang
Helper method for custom field title....
r14369 <%= custom_field_title @custom_field %>
Jean-Philippe Lang
Initial commit...
r2
Jean-Philippe Lang
Update the new custom field form with remotely....
r9980 <%= labelled_form_for :custom_field, @custom_field, :url => custom_field_path(@custom_field), :html => {:method => :put, :id => 'custom_field_form'} do |f| %>
Jean-Philippe Lang
* code and views cleaning...
r97 <%= render :partial => 'form', :locals => { :f => f } %>
<% end %>